kitty: theme gruvbox_dark_hard, font Fira Code
This commit is contained in:
parent
7ad46bebfd
commit
9b00e505bb
2 changed files with 38 additions and 0 deletions
33
dot_config/kitty/dark-theme.auto.conf
Normal file
33
dot_config/kitty/dark-theme.auto.conf
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
## name: Gruvbox Dark Hard
|
||||||
|
## author: Pavel Pertsev
|
||||||
|
## license: MIT/X11
|
||||||
|
## upstream: https://raw.githubusercontent.com/gruvbox-community/gruvbox-contrib/master/kitty/gruvbox-dark-hard.conf
|
||||||
|
|
||||||
|
|
||||||
|
selection_foreground #ebdbb2
|
||||||
|
selection_background #d65d0e
|
||||||
|
|
||||||
|
background #1d2021
|
||||||
|
foreground #ebdbb2
|
||||||
|
|
||||||
|
color0 #3c3836
|
||||||
|
color1 #cc241d
|
||||||
|
color2 #98971a
|
||||||
|
color3 #d79921
|
||||||
|
color4 #458588
|
||||||
|
color5 #b16286
|
||||||
|
color6 #689d6a
|
||||||
|
color7 #a89984
|
||||||
|
color8 #928374
|
||||||
|
color9 #fb4934
|
||||||
|
color10 #b8bb26
|
||||||
|
color11 #fabd2f
|
||||||
|
color12 #83a598
|
||||||
|
color13 #d3869b
|
||||||
|
color14 #8ec07c
|
||||||
|
color15 #fbf1c7
|
||||||
|
|
||||||
|
cursor #bdae93
|
||||||
|
cursor_text_color #665c54
|
||||||
|
|
||||||
|
url_color #458588
|
5
dot_config/kitty/kitty.conf
Normal file
5
dot_config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
font_family family="Fira Code"
|
||||||
|
font_size 11.0
|
||||||
|
bold_font auto
|
||||||
|
italic_font auto
|
||||||
|
bold_italic_font auto
|
Loading…
Add table
Reference in a new issue