Kitty theme
This commit is contained in:
parent
d2e73e4115
commit
418d884944
4 changed files with 96 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
||||||
background_opacity 0.92
|
background_opacity 0.92
|
||||||
font_family Inconsolata Light
|
font_family Inconsolata Light
|
||||||
bold_font Inconsolata SemiBold
|
bold_font Inconsolata SemiBold
|
||||||
font_size 9
|
font_size 9
|
||||||
|
|
||||||
|
# https://github.com/dexpota/kitty-themes
|
||||||
|
include ./theme.conf
|
||||||
|
|
||||||
open_url_with firefox --private-window
|
open_url_with firefox --private-window
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
|
1
.config/kitty/theme.conf
Symbolic link
1
.config/kitty/theme.conf
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
themes/Monokai.conf
|
41
.config/kitty/themes/Monokai.conf
Normal file
41
.config/kitty/themes/Monokai.conf
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# Monokai
|
||||||
|
|
||||||
|
background #272822
|
||||||
|
foreground #f8f8f2
|
||||||
|
cursor #f8f8f2
|
||||||
|
selection_background #f8f8f2
|
||||||
|
selection_foreground #272822
|
||||||
|
active_tab_background #75715e
|
||||||
|
active_tab_foreground #272822
|
||||||
|
active_border_color #75715e
|
||||||
|
inactive_tab_background #272822
|
||||||
|
inactive_tab_foreground #75715e
|
||||||
|
inactive_border_color #75715e
|
||||||
|
url_color #f8f8f2
|
||||||
|
|
||||||
|
# 16 Color Space
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #272822
|
||||||
|
color8 #75715e
|
||||||
|
# red
|
||||||
|
color1 #f92672
|
||||||
|
color9 #f92672
|
||||||
|
# green
|
||||||
|
color2 #a6e22e
|
||||||
|
color10 #a6e22e
|
||||||
|
# yellow
|
||||||
|
color3 #e6db74
|
||||||
|
color11 #e6db74
|
||||||
|
# blue
|
||||||
|
color4 #66d9ef
|
||||||
|
color12 #66d9ef
|
||||||
|
# magenta
|
||||||
|
color5 #fd971f
|
||||||
|
color13 #fd971f
|
||||||
|
# cyan
|
||||||
|
color6 #ae81ff
|
||||||
|
color14 #ae81ff
|
||||||
|
# white
|
||||||
|
color7 #f8f8f2
|
||||||
|
color15 #f8f8f2
|
47
.config/kitty/themes/Monokai_Pro.conf
Normal file
47
.config/kitty/themes/Monokai_Pro.conf
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
background #403e41
|
||||||
|
foreground #fcfcfa
|
||||||
|
|
||||||
|
cursor #fcfcfa
|
||||||
|
cursor_text_color #000000
|
||||||
|
selection_foreground #403e41
|
||||||
|
selection_background #fcfcfa
|
||||||
|
|
||||||
|
# dull black
|
||||||
|
color0 #403e41
|
||||||
|
# light black
|
||||||
|
color8 #727072
|
||||||
|
|
||||||
|
# dull red
|
||||||
|
color1 #ff6188
|
||||||
|
# light red
|
||||||
|
color9 #ff6188
|
||||||
|
|
||||||
|
# dull green
|
||||||
|
color2 #a9dc76
|
||||||
|
# light green
|
||||||
|
color10 #a9dc76
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #ffd866
|
||||||
|
# light yellow
|
||||||
|
color11 #ffd866
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #fc9867
|
||||||
|
# light blue
|
||||||
|
color12 #fc9867
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #ab9df2
|
||||||
|
# light magenta
|
||||||
|
color13 #ab9df2
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #78dce8
|
||||||
|
# light cyan
|
||||||
|
color14 #78dce8
|
||||||
|
|
||||||
|
# dull white
|
||||||
|
color7 #fcfcfa
|
||||||
|
# bright white
|
||||||
|
color15 #fcfcfa
|
Loading…
Reference in a new issue