konsole: Add Solarized dark and light color schemes

Signed-off-by: Jan Sucan <jan@jansucan.com>
(cherry picked from commit 7457495745)
r14.1.x
Jan Sucan 4 months ago committed by Michele Calgaro
parent 6eec2a60a2
commit 518c68062f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

@ -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.

@ -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

@ -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
Loading…
Cancel
Save