From 745749574513116a180b906c6da131197d0d21b7 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Fri, 17 May 2024 16:08:07 +0200 Subject: konsole: Add Solarized dark and light color schemes Signed-off-by: Jan Sucan --- konsole/other/CMakeLists.txt | 3 ++- konsole/other/LICENSE.Solarized-themes | 20 +++++++++++++++++ konsole/other/Solarized.schema | 40 ++++++++++++++++++++++++++++++++++ konsole/other/SolarizedLight.schema | 40 ++++++++++++++++++++++++++++++++++ 4 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 konsole/other/LICENSE.Solarized-themes create mode 100644 konsole/other/Solarized.schema create mode 100644 konsole/other/SolarizedLight.schema diff --git a/konsole/other/CMakeLists.txt b/konsole/other/CMakeLists.txt index 564bf3504..39992673e 100644 --- a/konsole/other/CMakeLists.txt +++ b/konsole/other/CMakeLists.txt @@ -28,7 +28,8 @@ install( Linux.schema XTerm.schema vim.schema DarkPicture.schema LightPicture.schema Transparent.schema GreenTint.schema Transparent_MC.schema GreenTint_MC.schema Transparent_lightbg.schema - Transparent_darkbg.schema LightPaper.schema + Transparent_darkbg.schema LightPaper.schema Solarized.schema + SolarizedLight.schema linux.keytab vt100.keytab vt420pc.keytab x11r5.keytab solaris.keytab README.Schema README.KeyTab README.default.Keytab DESTINATION ${DATA_INSTALL_DIR}/konsole diff --git a/konsole/other/LICENSE.Solarized-themes b/konsole/other/LICENSE.Solarized-themes new file mode 100644 index 000000000..ee08d7e44 --- /dev/null +++ b/konsole/other/LICENSE.Solarized-themes @@ -0,0 +1,20 @@ +Copyright (c) 2011 Ethan Schoonover + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/konsole/other/Solarized.schema b/konsole/other/Solarized.schema new file mode 100644 index 000000000..ab98e4f06 --- /dev/null +++ b/konsole/other/Solarized.schema @@ -0,0 +1,40 @@ +# Solarized color scheme by Ethan Schoonover +# +# https://ethanschoonover.com/solarized/ + +title Solarized + +# foreground colors + +# note that the default background color is flagged +# to become transparent when an image is present. + +# slot transparent bold +# | | | +# V V--color--V V V + +color 0 131 148 150 0 0 # regular foreground color +color 1 0 43 54 1 0 # regular background color + +color 2 7 54 66 0 0 # regular color 0 Black +color 3 220 50 47 0 0 # regular color 1 Red +color 4 133 153 0 0 0 # regular color 2 Green +color 5 181 137 0 0 0 # regular color 3 Yellow +color 6 38 139 210 0 0 # regular color 4 Blue +color 7 211 54 130 0 0 # regular color 5 Magenta +color 8 42 161 152 0 0 # regular color 6 Cyan +color 9 238 232 213 0 0 # regular color 7 White + +# intensive colors + +color 10 147 161 161 0 0 # intensive foreground color +color 11 7 54 66 1 0 # intensive background color + +color 12 0 43 54 0 0 # intensive color 0 +color 13 203 75 22 0 0 # intensive color 1 +color 14 88 110 117 0 0 # intensive color 2 +color 15 101 123 131 0 0 # intensive color 3 +color 16 131 148 150 0 0 # intensive color 4 +color 17 108 113 196 0 0 # intensive color 5 +color 18 147 161 161 0 0 # intensive color 6 +color 19 253 246 227 0 0 # intensive color 7 diff --git a/konsole/other/SolarizedLight.schema b/konsole/other/SolarizedLight.schema new file mode 100644 index 000000000..61905f535 --- /dev/null +++ b/konsole/other/SolarizedLight.schema @@ -0,0 +1,40 @@ +# Solarized Light color scheme by Ethan Schoonover +# +# https://ethanschoonover.com/solarized/ + +title Solarized Light + +# foreground colors + +# note that the default background color is flagged +# to become transparent when an image is present. + +# slot transparent bold +# | | | +# V V--color--V V V + +color 0 101 123 131 0 0 # regular foreground color +color 1 253 246 227 1 0 # regular background color + +color 2 7 54 66 0 0 # regular color 0 Black +color 3 220 50 47 0 0 # regular color 1 Red +color 4 133 153 0 0 0 # regular color 2 Green +color 5 181 137 0 0 0 # regular color 3 Yellow +color 6 38 139 210 0 0 # regular color 4 Blue +color 7 211 54 130 0 0 # regular color 5 Magenta +color 8 42 161 152 0 0 # regular color 6 Cyan +color 9 238 232 213 0 0 # regular color 7 White + +# intensive colors + +color 10 88 110 117 0 0 # intensive foreground color +color 11 238 232 213 1 0 # intensive background color + +color 12 0 43 54 0 0 # intensive color 0 +color 13 203 75 22 0 0 # intensive color 1 +color 14 88 110 117 0 0 # intensive color 2 +color 15 101 123 131 0 0 # intensive color 3 +color 16 131 148 150 0 0 # intensive color 4 +color 17 108 113 196 0 0 # intensive color 5 +color 18 147 161 161 0 0 # intensive color 6 +color 19 253 246 227 0 0 # intensive color 7 -- cgit v1.2.1