mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Stick to the lighter Everforest colors we have in Alacritty
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# Use "start", "mid" and "end" for three color gradient
|
# Use "start", "mid" and "end" for three color gradient
|
||||||
|
|
||||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||||
theme[main_bg]="#1F2427"
|
theme[main_bg]="#2d353b"
|
||||||
|
|
||||||
# Main text color
|
# Main text color
|
||||||
theme[main_fg]="#d3c6aa"
|
theme[main_fg]="#d3c6aa"
|
||||||
|
|||||||
@@ -1 +1,20 @@
|
|||||||
theme = Everforest Dark Hard
|
background = #2d353b
|
||||||
|
foreground = #d3c6aa
|
||||||
|
|
||||||
|
palette = 0=#475258
|
||||||
|
palette = 1=#e67e80
|
||||||
|
palette = 2=#a7c080
|
||||||
|
palette = 3=#dbbc7f
|
||||||
|
palette = 4=#7fbbb3
|
||||||
|
palette = 5=#d699b6
|
||||||
|
palette = 6=#83c092
|
||||||
|
palette = 7=#d3c6aa
|
||||||
|
|
||||||
|
palette = 8=#475258
|
||||||
|
palette = 9=#e67e80
|
||||||
|
palette = 10=#a7c080
|
||||||
|
palette = 11=#dbbc7f
|
||||||
|
palette = 12=#7fbbb3
|
||||||
|
palette = 13=#d699b6
|
||||||
|
palette = 14=#83c092
|
||||||
|
palette = 15=#d3c6aa
|
||||||
|
|||||||
@@ -4,66 +4,25 @@
|
|||||||
## upstream: https://github.com/ewal/kitty-everforest/blob/master/themes/everforest_dark_hard.conf
|
## upstream: https://github.com/ewal/kitty-everforest/blob/master/themes/everforest_dark_hard.conf
|
||||||
## blurb: A green based color scheme designed to be warm and soft
|
## blurb: A green based color scheme designed to be warm and soft
|
||||||
|
|
||||||
foreground #d3c6aa
|
background #2d353b
|
||||||
background #272e33
|
foreground #d3c6aa
|
||||||
selection_foreground #9da9a0
|
|
||||||
selection_background #464e53
|
|
||||||
|
|
||||||
cursor #d3c6aa
|
# Normal colors
|
||||||
cursor_text_color #2e383c
|
color0 #475258
|
||||||
|
color1 #e67e80
|
||||||
|
color2 #a7c080
|
||||||
|
color3 #dbbc7f
|
||||||
|
color4 #7fbbb3
|
||||||
|
color5 #d699b6
|
||||||
|
color6 #83c092
|
||||||
|
color7 #d3c6aa
|
||||||
|
|
||||||
url_color #7fbbb3
|
# Bright colors
|
||||||
|
color8 #475258
|
||||||
active_border_color #a7c080
|
color9 #e67e80
|
||||||
inactive_border_color #4f5b58
|
color10 #a7c080
|
||||||
bell_border_color #e69875
|
color11 #dbbc7f
|
||||||
visual_bell_color none
|
color12 #7fbbb3
|
||||||
|
color13 #d699b6
|
||||||
wayland_titlebar_color system
|
color14 #83c092
|
||||||
macos_titlebar_color system
|
color15 #d3c6aa
|
||||||
|
|
||||||
active_tab_background #272e33
|
|
||||||
active_tab_foreground #d3c6aa
|
|
||||||
inactive_tab_background #374145
|
|
||||||
inactive_tab_foreground #9da9a0
|
|
||||||
tab_bar_background #2e383c
|
|
||||||
tab_bar_margin_color none
|
|
||||||
|
|
||||||
mark1_foreground #272e33
|
|
||||||
mark1_background #7fbbb3
|
|
||||||
mark2_foreground #272e33
|
|
||||||
mark2_background #d3c6aa
|
|
||||||
mark3_foreground #272e33
|
|
||||||
mark3_background #d699b6
|
|
||||||
|
|
||||||
#: black
|
|
||||||
color0 #343f44
|
|
||||||
color8 #868d80
|
|
||||||
|
|
||||||
#: red
|
|
||||||
color1 #e67e80
|
|
||||||
color9 #e67e80
|
|
||||||
|
|
||||||
#: green
|
|
||||||
color2 #a7c080
|
|
||||||
color10 #a7c080
|
|
||||||
|
|
||||||
#: yellow
|
|
||||||
color3 #dbbc7f
|
|
||||||
color11 #dbbc7f
|
|
||||||
|
|
||||||
#: blue
|
|
||||||
color4 #7fbbb3
|
|
||||||
color12 #7fbbb3
|
|
||||||
|
|
||||||
#: magenta
|
|
||||||
color5 #d699b6
|
|
||||||
color13 #d699b6
|
|
||||||
|
|
||||||
#: cyan
|
|
||||||
color6 #83c092
|
|
||||||
color14 #83c092
|
|
||||||
|
|
||||||
#: white
|
|
||||||
color7 #859289
|
|
||||||
color15 #9da9a0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user