diff options
author | monsta <[email protected]> | 2017-12-15 12:26:49 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-12-21 21:29:50 +0300 |
commit | 019042e65f653975f5d7bdbab18a656c9e37aa2e (patch) | |
tree | 68eacbe25168e97c1b79a4ac3d959c2756d0e72d /src/extra-strings.c | |
parent | 926ec59919a2416a09e95a7a69494187081082cc (diff) | |
download | mate-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/extra-strings.c')
-rw-r--r-- | src/extra-strings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extra-strings.c b/src/extra-strings.c index 88af00c..12078ee 100644 --- a/src/extra-strings.c +++ b/src/extra-strings.c @@ -77,4 +77,6 @@ N_("XTerm") /* Translators: This is the name of a colour scheme */ N_("Rxvt") /* Translators: This is the name of a colour scheme */ +N_("Solarized") +/* Translators: This is the name of a colour scheme */ N_("Custom") |