Added everforest color theme
This commit is contained in:
+25
-27
@@ -76,36 +76,34 @@ action = "ScrollToBottom"
|
||||
key = "H"
|
||||
mods = "Alt"
|
||||
|
||||
# Colors (Gruvbox dark)
|
||||
# Colors (Everforest Dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
# hard contrast background = = '#1d2021'
|
||||
# background = '#282828'
|
||||
# # soft contrast background = = '#32302f'
|
||||
# foreground = '#ebdbb2'
|
||||
#
|
||||
# # Normal colors
|
||||
# [colors.normal]
|
||||
# black = '#282828'
|
||||
# red = '#cc241d'
|
||||
# green = '#98971a'
|
||||
# yellow = '#d79921'
|
||||
# blue = '#458588'
|
||||
# magenta = '#b16286'
|
||||
# cyan = '#689d6a'
|
||||
# white = '#a89984'
|
||||
#
|
||||
# # Bright colors
|
||||
# [colors.bright]
|
||||
# black = '#928374'
|
||||
# red = '#fb4934'
|
||||
# green = '#b8bb26'
|
||||
# yellow = '#fabd2f'
|
||||
# blue = '#83a598'
|
||||
# magenta = '#d3869b'
|
||||
# cyan = '#8ec07c'
|
||||
# white = '#ebdbb2'
|
||||
background = '#1e2326'
|
||||
foreground = '#d3c6aa'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#475258'
|
||||
red = '#e67e80'
|
||||
green = '#a7c080'
|
||||
yellow = '#dbbc7f'
|
||||
blue = '#7fbbb3'
|
||||
magenta = '#d699b6'
|
||||
cyan = '#83c092'
|
||||
white = '#d3c6aa'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#9da9a0'
|
||||
red = '#e67e80'
|
||||
green = '#a7c080'
|
||||
yellow = '#dbbc7f'
|
||||
blue = '#7fbbb3'
|
||||
magenta = '#d699b6'
|
||||
cyan = '#83c092'
|
||||
white = '#d3c6aa'
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
||||
Reference in New Issue
Block a user