nvim: switch to sweetie colorscheme, also update alacritty themes

This commit is contained in:
2025-06-24 22:51:10 +02:00
parent 213a93acd9
commit d8a21e78c4
4 changed files with 46 additions and 129 deletions

View File

@ -1,71 +1,26 @@
# Nightfox Alacritty Colors
## name: nightfox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/alacritty.toml
# https://github.com/NTBBloodbath/sweetie.nvim/blob/master/extras/alacritty/sweetie_dark.toml
[colors]
[colors.primary]
background = "#2e3440" # changed
foreground = "#eceff4" # changed
dim_foreground = "#aeafb0"
bright_foreground = "#d6d6d7"
foreground = "#fdfffd"
background = "#2a2a3e"
[colors.cursor]
text = "#cdcecf"
cursor = "#aeafb0"
[colors.vi_mode_cursor]
text = "#cdcecf"
cursor = "#63cdcf"
[colors.search.matches]
foreground = "#cdcecf"
background = "#3c5372"
[colors.search.focused_match]
foreground = "#cdcecf"
background = "#81b29a"
[colors.footer_bar]
foreground = "#cdcecf"
background = "#29394f"
[colors.hints.start]
foreground = "#cdcecf"
background = "#f4a261"
[colors.hints.end]
foreground = "#cdcecf"
background = "#29394f"
[colors.selection]
text = "#cdcecf"
background = "#2b3b51"
cursor = "#75daff"
[colors.normal]
black = "#393b44"
red = "#c94f6d"
green = "#81b29a"
yellow = "#dbc074"
blue = "#719cd6"
magenta = "#9d79d6"
cyan = "#63cdcf"
white = "#dfdfe0"
black = "#232331"
red = "#e87272"
green = "#91f582"
yellow = "#f4b47c"
blue = "#75daff"
magenta = "#e9b5ff"
cyan = "#77f8e7"
white = "#fdfffd"
[colors.bright]
black = "#575860"
red = "#d16983"
green = "#8ebaa4"
yellow = "#e0c989"
blue = "#86abdc"
magenta = "#baa1e2"
cyan = "#7ad5d6"
white = "#e4e4e5"
[colors.dim]
black = "#30323a"
red = "#ab435d"
green = "#6e9783"
yellow = "#baa363"
blue = "#6085b6"
magenta = "#8567b6"
cyan = "#54aeb0"
white = "#bebebe"
black = "#7e7e7e"
red = "#e87272"
green = "#91f582"
yellow = "#f7e277"
blue = "#75daff"
magenta = "#c8b5ff"
cyan = "#b5e9ff"
white = "#eeffee"

View File

@ -1,30 +1,26 @@
# Colors (Alabaster)
# author tonsky
# https://github.com/NTBBloodbath/sweetie.nvim/blob/master/extras/alacritty/sweetie_light.toml
[colors]
[colors.primary]
background = '#FFFFFF' # changed
foreground = '#434343'
foreground = "#202023"
background = "#dddde7"
[colors.cursor]
text = '#F7F7F7'
cursor = '#434343'
cursor = "#78789d"
[colors.normal]
black = '#000000'
red = '#AA3731'
green = '#448C27'
yellow = '#CB9000'
blue = '#325CC0'
magenta = '#7A3E9D'
cyan = '#0083B2'
white = '#BBBBBB'
black = "#202023"
red = "#b31919"
green = "#287f0d"
yellow = "#ae580e"
blue = "#0c5090"
magenta = "#a00c79"
cyan = "#47948a"
white = "#fdfffd"
[colors.bright]
black = '#777777'
red = '#F05050'
green = '#60CB00'
yellow = '#FFBC5D'
blue = '#007ACC'
magenta = '#E64CE6'
cyan = '#00AACB'
white = '#FFFFFF'
black = "#78789d"
red = "#b31919"
green = "#287f0d"
yellow = "#957d09"
blue = "#0c5090"
magenta = "#9437ff"
cyan = "#0b658e"
white = "#8989a9"