chore(kitty): added gruvbox
This commit is contained in:
parent
0530617de8
commit
dfad8fb88d
7 changed files with 153 additions and 166 deletions
49
.config/kitty/themes/gruvbox_dark.conf
Normal file
49
.config/kitty/themes/gruvbox_dark.conf
Normal file
|
@ -0,0 +1,49 @@
|
|||
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
|
||||
# This work is licensed under the terms of the MIT license.
|
||||
# For a copy, see https://opensource.org/licenses/MIT.
|
||||
|
||||
background #1d2021
|
||||
foreground #d4be98
|
||||
|
||||
cursor #928374
|
||||
|
||||
selection_foreground #928374
|
||||
selection_background #3c3836
|
||||
|
||||
color0 #282828
|
||||
color8 #928374
|
||||
|
||||
# red
|
||||
color1 #cc241d
|
||||
# light red
|
||||
color9 #fb4934
|
||||
|
||||
# green
|
||||
color2 #98971a
|
||||
# light green
|
||||
color10 #b8bb26
|
||||
|
||||
# yellow
|
||||
color3 #d79921
|
||||
# light yellow
|
||||
color11 #fabd2d
|
||||
|
||||
# blue
|
||||
color4 #458588
|
||||
# light blue
|
||||
color12 #83a598
|
||||
|
||||
# magenta
|
||||
color5 #b16286
|
||||
# light magenta
|
||||
color13 #d3869b
|
||||
|
||||
# cyan
|
||||
color6 #689d6a
|
||||
# lighy cyan
|
||||
color14 #8ec07c
|
||||
|
||||
# light gray
|
||||
color7 #a89984
|
||||
# dark gray
|
||||
color15 #928374
|
49
.config/kitty/themes/gruvbox_light.conf
Normal file
49
.config/kitty/themes/gruvbox_light.conf
Normal file
|
@ -0,0 +1,49 @@
|
|||
# gruvbox light by morhetz, https://github.com/morhetz/gruvbox
|
||||
# This work is licensed under the terms of the MIT license.
|
||||
# For a copy, see https://opensource.org/licenses/MIT.
|
||||
|
||||
background #fbf1c7
|
||||
foreground #3c3836
|
||||
|
||||
cursor #928374
|
||||
|
||||
selection_foreground #3c3836
|
||||
selection_background #928374
|
||||
|
||||
color0 #fbf1c7
|
||||
color8 #282828
|
||||
|
||||
# red
|
||||
color1 #cc241d
|
||||
# light red
|
||||
color9 #9d0006
|
||||
|
||||
# green
|
||||
color2 #98971a
|
||||
# light green
|
||||
color10 #79740e
|
||||
|
||||
# yellow
|
||||
color3 #d79921
|
||||
# light yellow
|
||||
color11 #b57614
|
||||
|
||||
# blue
|
||||
color4 #458588
|
||||
# light blue
|
||||
color12 #076678
|
||||
|
||||
# magenta
|
||||
color5 #b16286
|
||||
# light magenta
|
||||
color13 #8f3f71
|
||||
|
||||
# cyan
|
||||
color6 #689d6a
|
||||
# lighy cyan
|
||||
color14 #427b58
|
||||
|
||||
# light gray
|
||||
color7 #7c6f64
|
||||
# dark gray
|
||||
color15 #928374
|
Loading…
Add table
Add a link
Reference in a new issue