summaryrefslogtreecommitdiff
path: root/src/terminal-profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal-profile.c')
-rw-r--r--src/terminal-profile.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/terminal-profile.c b/src/terminal-profile.c
index f1cbfbd..44a4672 100644
--- a/src/terminal-profile.c
+++ b/src/terminal-profile.c
@@ -266,7 +266,27 @@ static const GdkRGBA terminal_palettes[TERMINAL_PALETTE_N_BUILTINS][TERMINAL_PAL
{ 1, 0, 1, 1 },
{ 0, 1, 1, 1 },
{ 1, 1, 1, 1 },
- }
+ },
+
+ /* Solarized palette (1.0.0beta2): http://ethanschoonover.com/solarized */
+ {
+ { 0.02745, 0.211764, 0.258823, 1 },
+ { 0.862745, 0.196078, 0.184313, 1 },
+ { 0.521568, 0.6, 0, 1 },
+ { 0.709803, 0.537254, 0, 1 },
+ { 0.149019, 0.545098, 0.823529, 1 },
+ { 0.82745, 0.211764, 0.509803, 1 },
+ { 0.164705, 0.631372, 0.596078, 1 },
+ { 0.933333, 0.909803, 0.835294, 1 },
+ { 0, 0.168627, 0.211764, 1 },
+ { 0.796078, 0.294117, 0.086274, 1 },
+ { 0.345098, 0.431372, 0.458823, 1 },
+ { 0.396078, 0.482352, 0.513725, 1 },
+ { 0.513725, 0.580392, 0.588235, 1 },
+ { 0.423529, 0.443137, 0.768627, 1 },
+ { 0.57647, 0.631372, 0.631372, 1 },
+ { 0.992156, 0.964705, 0.890196, 1 },
+ },
};
enum