Update other schemes re selection colour.

This commit is contained in:
Michael Welford 2019-09-05 14:03:35 +09:30
parent 13f2dabd13
commit 40d86b4fd8
3 changed files with 53 additions and 59 deletions

View File

@ -284,9 +284,9 @@
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.0078431377187371254</real>
<real>0.08235294371843338</real>
<key>Red Component</key>
<real>0.0078431377187371254</real>
<real>0.08235294371843338</real>
</dict>
<key>Foreground Color</key>
<dict>
@ -319,26 +319,26 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.22745098173618317</real>
<real>0.89803922176361084</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.21176470816135406</real>
<real>0.87450981140136719</real>
<key>Red Component</key>
<real>0.21176470816135406</real>
<real>0.87450981140136719</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.74901962280273438</real>
<real>0.56862747669219971</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.81176471710205078</real>
<real>0.050980392843484879</real>
<key>Red Component</key>
<real>0.86666667461395264</real>
<real>0.23137255012989044</real>
</dict>
</dict>
</plist>

View File

@ -1,51 +0,0 @@
# Drop these into your kitty.conf
# The cursor color
cursor #ffe8c0
# The foreground color
foreground #b4b4b9
# The background color
background #020221
# The foreground for selections
selection_foreground #36363a
# The background for selections
selection_background #ddcfbf
# The 16 terminal colors. There are 8 basic colors, each color has a dull and
# bright version.
# black
color0 #000004
color8 #020221
# red
color1 #ff3600
color9 #ff8e78
# green
color2 #718e3f
color10 #b1bf75
# yellow
color3 #ffc552
color11 #ffd392
# blue (purple and blue!)
color4 #635196
color12 #99a4bc
# magenta (orange)
color5 #ff761a
color13 #ffb07b
# cyan
color6 #34bfa4
color14 #8bccbf
# white
color7 #b4b4b9
color15 #f8f8ff

45
kitty/kitty.falcon.conf Normal file
View File

@ -0,0 +1,45 @@
# falcon colour scheme
cursor #ffe8c0
cursor_text_color #151521
url_color #bfdaff
foreground #b4b4b9
background #020221
selection_foreground #dfdfe5
selection_background #3b0d91
#: black
color0 #000004
color8 #020221
#: red
color1 #ff3600
color9 #ff8e78
#: green
color2 #718e3f
color10 #b1bf75
#: yellow
color3 #ffc552
color11 #ffd392
#: blue
color4 #635196
color12 #99a4bc
#: magenta
color5 #ff761a
color13 #ffb07b
#: cyan
color6 #34bfa4
color14 #85ccbf
#: white
color7 #b4b4b9
color15 #f8f8ff