Use non-muted version of theme
This commit is contained in:
parent
3da05f4631
commit
6fd7bf7673
3 changed files with 24 additions and 135 deletions
|
@ -1,9 +1,9 @@
|
||||||
# vim:ft=kitty
|
# vim:ft=kitty
|
||||||
|
|
||||||
## name: Wizzy Muted
|
## name: Wizzy Bright
|
||||||
## license: MIT
|
## license: MIT
|
||||||
## author: erin
|
## author: erin
|
||||||
## upstream: https://github.com/erincerys/kitty-themes/blob/master/themes/wizzy-muted.conf
|
## upstream: https://github.com/erincerys/kitty-themes/blob/master/themes/wizzy-bright.conf
|
||||||
## blurb: A variant of Wryan for a certain special Lain
|
## blurb: A variant of Wryan for a certain special Lain
|
||||||
|
|
||||||
background #100814
|
background #100814
|
||||||
|
@ -15,43 +15,43 @@ foreground #b2b8c4
|
||||||
# alternate, deeper shades of purple
|
# alternate, deeper shades of purple
|
||||||
#foreground #8a8dae
|
#foreground #8a8dae
|
||||||
#foreground #9b9ebf
|
#foreground #9b9ebf
|
||||||
url_color #64b7b7
|
url_color #75c8c8
|
||||||
selection_foreground #101010
|
selection_foreground #101010
|
||||||
|
|
||||||
# black
|
# black
|
||||||
color0 #444444
|
color0 #666666
|
||||||
color8 #4e4e4e
|
color8 #6f6f6f
|
||||||
|
|
||||||
# red
|
# red
|
||||||
color1 #9d5776
|
color1 #bf7998
|
||||||
color9 #cf5e91
|
color9 #cf7fb3
|
||||||
|
|
||||||
# green
|
# green
|
||||||
color2 #398484
|
color2 #5ba6a6
|
||||||
color10 #64b7b7
|
color10 #75c8c8
|
||||||
|
|
||||||
# yellow
|
# yellow
|
||||||
color3 #6b6b88
|
color3 #8d8daa
|
||||||
color11 #8d8dba
|
color11 #afafdc
|
||||||
|
|
||||||
# blue
|
# blue
|
||||||
color4 #4a6684
|
color4 #6c88a6
|
||||||
color12 #588bc4
|
color12 #7aade6
|
||||||
|
|
||||||
# magenta
|
# magenta
|
||||||
color5 #6f579d
|
color5 #8f79bf
|
||||||
color13 #8f73c4
|
color13 #af95e6
|
||||||
|
|
||||||
# cyan
|
# cyan
|
||||||
color6 #42769d
|
color6 #6498bf
|
||||||
color14 #71a7cf
|
color14 #82b8df
|
||||||
|
|
||||||
# white
|
# white
|
||||||
color7 #9aadb2
|
color7 #abbec5
|
||||||
color15 #d1d1d1
|
color15 #bccfd4
|
||||||
|
|
||||||
# tab bar
|
# tab bar
|
||||||
active_tab_foreground #100847
|
active_tab_foreground #322a69
|
||||||
active_tab_background #8d8dba
|
active_tab_background #afafdc
|
||||||
inactive_tab_foreground #100814
|
inactive_tab_foreground #322a36
|
||||||
inactive_tab_background #6b6b88
|
inactive_tab_background #8d8daa
|
|
@ -106,7 +106,7 @@ wheel_scroll_multiplier 5.0
|
||||||
touch_scroll_multiplier 5.0
|
touch_scroll_multiplier 5.0
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
# BEGIN_KITTY_THEME
|
||||||
# Wizzy Muted
|
# Wizzy Bright
|
||||||
include current-theme.conf
|
include current-theme.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
|
|
@ -1,111 +0,0 @@
|
||||||
font_family IosevkaLyteTerm Nerd Font
|
|
||||||
bold_font IosevkaLyteTerm Heavy Nerd Font
|
|
||||||
italic_font IosevkaLyteTerm Italic Nerd Font
|
|
||||||
bold_italic_font IosevkaLyteTerm Heavy Italic Nerd Font
|
|
||||||
font_size 12.5
|
|
||||||
|
|
||||||
# use `kitty + list-fonts --psnames` to get the font's PostScript name
|
|
||||||
# font_features IosevkaLyte
|
|
||||||
# font_features Iosevka-Heavy +calt +dlig
|
|
||||||
# font_features Iosevka-Italic +calt +dlig
|
|
||||||
# font_features Iosevka-Heavy-Italic +calt +dlig
|
|
||||||
|
|
||||||
allow_remote_control yes
|
|
||||||
# listen_on unix:/$TMPDIR/kitty
|
|
||||||
repaint_delay 5
|
|
||||||
input_delay 5
|
|
||||||
sync_to_monitor yes
|
|
||||||
|
|
||||||
adjust_line_height 0
|
|
||||||
window_padding_width 10.0
|
|
||||||
window_margin_width 0.0
|
|
||||||
|
|
||||||
enabled_layouts tall:bias=50;full_size=1;mirrored=true
|
|
||||||
|
|
||||||
map ctrl+shift+1 change_font_size all 12.5
|
|
||||||
map ctrl+shift+2 change_font_size all 18.5
|
|
||||||
map ctrl+shift+3 change_font_size all 26
|
|
||||||
|
|
||||||
map ctrl+shift+equal change_font_size all +0.5
|
|
||||||
map ctrl+shift+minus change_font_size all -0.5
|
|
||||||
map shift+insert paste_from_clipboard
|
|
||||||
map ctrl+shift+v paste_from_selection
|
|
||||||
map ctrl+shift+c copy_to_clipboard
|
|
||||||
|
|
||||||
map ctrl+shift+h neighboring_window left
|
|
||||||
map ctrl+shift+l neighboring_window right
|
|
||||||
map ctrl+shift+k neighboring_window up
|
|
||||||
map ctrl+shift+j neighboring_window down
|
|
||||||
map ctrl+shift+h nth_window -1
|
|
||||||
|
|
||||||
enable_audio_bell no
|
|
||||||
|
|
||||||
url_style single
|
|
||||||
|
|
||||||
strip_trailing_spaces smart
|
|
||||||
|
|
||||||
# open_url_modifiers ctrl
|
|
||||||
# background #111111
|
|
||||||
# foreground #f8f8f2
|
|
||||||
|
|
||||||
# black
|
|
||||||
# color0 #111111
|
|
||||||
# red
|
|
||||||
# color1 #f92672
|
|
||||||
# green
|
|
||||||
# color2 #a6e22e
|
|
||||||
# yellow
|
|
||||||
# color3 #f4bf75
|
|
||||||
# blue
|
|
||||||
# color4 #66d9ef
|
|
||||||
# purple
|
|
||||||
# color5 #ae81ff
|
|
||||||
# cyan
|
|
||||||
# color6 #a1efe4
|
|
||||||
# white
|
|
||||||
# color7 #f8f8f2
|
|
||||||
|
|
||||||
# TODO: where did these colors come from? donokai?
|
|
||||||
# color8 #75715e
|
|
||||||
# color9 #fd971f
|
|
||||||
# color10 #383830
|
|
||||||
# color11 #49483e
|
|
||||||
# color12 #a59f85
|
|
||||||
# color13 #f5f4f1
|
|
||||||
# color14 #cc6633
|
|
||||||
# color15 #f9f8f5
|
|
||||||
# color18 #333333
|
|
||||||
|
|
||||||
# # light theme
|
|
||||||
#
|
|
||||||
# background #eeeeee
|
|
||||||
# foreground #000000
|
|
||||||
#
|
|
||||||
# color0 #eeeeee
|
|
||||||
# color1 #f92672
|
|
||||||
# color2 #a6e22e
|
|
||||||
# color3 #f4bf75
|
|
||||||
# color4 #66d9ef
|
|
||||||
# color5 #ae81ff
|
|
||||||
# color6 #a1efe4
|
|
||||||
# color7 #000000
|
|
||||||
#
|
|
||||||
# # TODO: where did these colors come from? donokai?
|
|
||||||
# color8 #aaaaaa
|
|
||||||
# color9 #fd971f
|
|
||||||
# color10 #cccccc
|
|
||||||
# color11 #49483e
|
|
||||||
# color12 #a59f85
|
|
||||||
# color13 #f5f4f1
|
|
||||||
# color14 #cc6633
|
|
||||||
# color15 #f9f8f5
|
|
||||||
#
|
|
||||||
# color18 #cccccc
|
|
||||||
|
|
||||||
wheel_scroll_multiplier 5.0
|
|
||||||
touch_scroll_multiplier 5.0
|
|
||||||
|
|
||||||
# BEGIN_KITTY_THEME
|
|
||||||
# Wombat
|
|
||||||
include current-theme.conf
|
|
||||||
# END_KITTY_THEME
|
|
Reference in a new issue