summaryrefslogtreecommitdiff
path: root/src/terminal-profile.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-12-15 12:26:49 +0300
committermonsta <[email protected]>2017-12-21 21:29:50 +0300
commit019042e65f653975f5d7bdbab18a656c9e37aa2e (patch)
tree68eacbe25168e97c1b79a4ac3d959c2756d0e72d /src/terminal-profile.h
parent926ec59919a2416a09e95a7a69494187081082cc (diff)
downloadmate-terminal-019042e65f653975f5d7bdbab18a656c9e37aa2e.tar.bz2
mate-terminal-019042e65f653975f5d7bdbab18a656c9e37aa2e.tar.xz
add Solarized themes from gnome-terminal
closes https://github.com/mate-desktop/mate-terminal/issues/151 ported from: https://git.gnome.org/browse/gnome-terminal/commit/?id=b4d7416 https://git.gnome.org/browse/gnome-terminal/commit/?id=2763ea6
Diffstat (limited to 'src/terminal-profile.h')
-rw-r--r--src/terminal-profile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/terminal-profile.h b/src/terminal-profile.h
index eae5a53..ae6db5c 100644
--- a/src/terminal-profile.h
+++ b/src/terminal-profile.h
@@ -62,7 +62,8 @@ typedef enum
#define TERMINAL_PALETTE_LINUX 1
#define TERMINAL_PALETTE_XTERM 2
#define TERMINAL_PALETTE_RXVT 3
-#define TERMINAL_PALETTE_N_BUILTINS 4
+#define TERMINAL_PALETTE_SOLARIZED 4
+#define TERMINAL_PALETTE_N_BUILTINS 5
/* Property names */
#define TERMINAL_PROFILE_ALLOW_BOLD "allow-bold"