Use non-muted version of theme

This commit is contained in:
Daniel Flanagan 2022-12-06 12:35:13 -06:00
parent 3da05f4631
commit 6fd7bf7673
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 24 additions and 135 deletions

View File

@ -1,9 +1,9 @@
# vim:ft=kitty
## name: Wizzy Muted
## name: Wizzy Bright
## license: MIT
## 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
background #100814
@ -15,43 +15,43 @@ foreground #b2b8c4
# alternate, deeper shades of purple
#foreground #8a8dae
#foreground #9b9ebf
url_color #64b7b7
url_color #75c8c8
selection_foreground #101010
# black
color0 #444444
color8 #4e4e4e
color0 #666666
color8 #6f6f6f
# red
color1 #9d5776
color9 #cf5e91
color1 #bf7998
color9 #cf7fb3
# green
color2 #398484
color10 #64b7b7
color2 #5ba6a6
color10 #75c8c8
# yellow
color3 #6b6b88
color11 #8d8dba
color3 #8d8daa
color11 #afafdc
# blue
color4 #4a6684
color12 #588bc4
color4 #6c88a6
color12 #7aade6
# magenta
color5 #6f579d
color13 #8f73c4
color5 #8f79bf
color13 #af95e6
# cyan
color6 #42769d
color14 #71a7cf
color6 #6498bf
color14 #82b8df
# white
color7 #9aadb2
color15 #d1d1d1
color7 #abbec5
color15 #bccfd4
# tab bar
active_tab_foreground #100847
active_tab_background #8d8dba
inactive_tab_foreground #100814
inactive_tab_background #6b6b88
active_tab_foreground #322a69
active_tab_background #afafdc
inactive_tab_foreground #322a36
inactive_tab_background #8d8daa

View File

@ -106,7 +106,7 @@ wheel_scroll_multiplier 5.0
touch_scroll_multiplier 5.0
# BEGIN_KITTY_THEME
# Wizzy Muted
# Wizzy Bright
include current-theme.conf
# END_KITTY_THEME

View File

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