Skip to content

Commit

Permalink
(kitty) Add everforest theme
Browse files Browse the repository at this point in the history
  • Loading branch information
emilford committed Dec 17, 2021
1 parent 2f753fd commit 7a49b78
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1482,4 +1482,4 @@ map kitty_mod+f6 debug_config

#: }}}

include ~/.config/kitty/themes/nord.conf
include ~/.config/kitty/themes/everforest.conf
48 changes: 48 additions & 0 deletions .config/kitty/themes/everforest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# A port of forest night by sainnhe
# https://github.com/sainnhe/forest-night

background #323d43
foreground #d8caac

cursor #d8caac

selection_foreground #d8caac
selection_background #505a60

color0 #3c474d
color8 #868d80

# red
color1 #e68183
# light red
color9 #e68183

# green
color2 #a7c080
# light green
color10 #a7c080

# yellow
color3 #d9bb80
# light yellow
color11 #d9bb80

# blue
color4 #83b6af
# light blue
color12 #83b6af

# magenta
color5 #d39bb6
# light magenta
color13 #d39bb6

# cyan
color6 #87c095
# light cyan
color14 #87c095

# light gray
color7 #868d80
# dark gray
color15 #868d80

0 comments on commit 7a49b78

Please sign in to comment.