fix(themes): complete summer-day with Everforest Light palette
colors.toml and icons.theme were copy-pasted from summer-night (a dark theme). Repalette to Everforest Light, mark as light via light.mode, switch icons to Yaru-blue, fix the broken Waybar import, and add the btop/neovim/vscode/rofi/walker app configs the sibling themes ship. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
accent = "#83b6af"
|
||||
cursor = "#d3c6aa"
|
||||
foreground = "#d3c6aa"
|
||||
background = "#2d353b"
|
||||
selection_foreground = "#d3c6aa"
|
||||
selection_background = "#505a60"
|
||||
accent = "#3a94c5"
|
||||
cursor = "#5c6a72"
|
||||
foreground = "#5c6a72"
|
||||
background = "#fdf6e3"
|
||||
selection_foreground = "#5c6a72"
|
||||
selection_background = "#d3dbc8"
|
||||
|
||||
color0 = "#3c474d"
|
||||
color1 = "#e68183"
|
||||
color2 = "#a7c080"
|
||||
color3 = "#d9bb80"
|
||||
color4 = "#83b6af"
|
||||
color5 = "#d39bb6"
|
||||
color6 = "#87c095"
|
||||
color7 = "#868d80"
|
||||
color8 = "#868d80"
|
||||
color9 = "#e68183"
|
||||
color10 = "#a7c080"
|
||||
color11 = "#d9bb80"
|
||||
color12 = "#83b6af"
|
||||
color13 = "#d39bb6"
|
||||
color14 = "#87c095"
|
||||
color15 = "#868d80"
|
||||
color0 = "#5c6a72"
|
||||
color1 = "#f85552"
|
||||
color2 = "#8da101"
|
||||
color3 = "#dfa000"
|
||||
color4 = "#3a94c5"
|
||||
color5 = "#df69ba"
|
||||
color6 = "#35a77c"
|
||||
color7 = "#fdf6e3"
|
||||
color8 = "#829181"
|
||||
color9 = "#f85552"
|
||||
color10 = "#8da101"
|
||||
color11 = "#dfa000"
|
||||
color12 = "#3a94c5"
|
||||
color13 = "#df69ba"
|
||||
color14 = "#35a77c"
|
||||
color15 = "#fdf6e3"
|
||||
|
||||
Reference in New Issue
Block a user