nvim, alacritty: switch to kanagawa-paper

This commit is contained in:
2025-07-21 23:54:43 +02:00
parent fa085ae00c
commit d138f4c1da
4 changed files with 83 additions and 45 deletions

View File

@ -1,26 +1,45 @@
# https://github.com/NTBBloodbath/sweetie.nvim/blob/master/extras/alacritty/sweetie_dark.toml
# -----------------------------------------------------------------------------
# Kanagawa Paper Ink
# Upstream: https://github.com/thesimonho/kanagawa-paper.nvim/master/extras/alacritty/kanagawa-paper-ink.toml
# URL: https://github.com/alacritty/alacritty
# -----------------------------------------------------------------------------
[colors]
[colors.primary]
foreground = "#fdfffd"
background = "#2a2a3e"
background = '#1F1F28'
foreground = '#DCD7BA'
[colors.cursor]
cursor = "#75daff"
cursor = '#c4b28a'
text = '#1F1F28'
[colors.selection]
background = '#363646'
foreground = '#9e9b93'
[colors.normal]
black = "#232331"
red = "#e87272"
green = "#91f582"
yellow = "#f4b47c"
blue = "#75daff"
magenta = "#e9b5ff"
cyan = "#77f8e7"
white = "#fdfffd"
black = '#393836'
red = '#c4746e'
green = '#699469'
yellow = '#c4b28a'
blue = '#435965'
magenta = '#a292a3'
cyan = '#8ea49e'
white = '#C8C093'
[colors.bright]
black = "#7e7e7e"
red = "#e87272"
green = "#91f582"
yellow = "#f7e277"
blue = "#75daff"
magenta = "#c8b5ff"
cyan = "#b5e9ff"
white = "#eeffee"
black = '#aca9a4'
red = '#cc928e'
green = '#72a072'
yellow = '#d4c196'
blue = '#698a9b'
magenta = '#b4a7b5'
cyan = '#96ada7'
white = '#d5cd9d'
[[colors.indexed_colors]]
index = 16
color = '#b6927b'
[[colors.indexed_colors]]
index = 17
color = '#c4746e'

View File

@ -1,26 +1,45 @@
# https://github.com/NTBBloodbath/sweetie.nvim/blob/master/extras/alacritty/sweetie_light.toml
# -----------------------------------------------------------------------------
# Kanagawa Paper Canvas
# Upstream: https://github.com/thesimonho/kanagawa-paper.nvim/master/extras/alacritty/kanagawa-paper-canvas.toml
# URL: https://github.com/alacritty/alacritty
# -----------------------------------------------------------------------------
[colors]
[colors.primary]
foreground = "#202023"
background = "#dddde7"
background = '#e1e1de'
foreground = '#595b62'
[colors.cursor]
cursor = "#78789d"
cursor = '#618bb6'
text = '#e1e1de'
[colors.selection]
background = '#c4cbdc'
foreground = '#858479'
[colors.normal]
black = "#202023"
red = "#b31919"
green = "#287f0d"
yellow = "#ae580e"
blue = "#0c5090"
magenta = "#a00c79"
cyan = "#47948a"
white = "#fdfffd"
black = '#4c4c65'
red = '#b35560'
green = '#57786c'
yellow = '#a67337'
blue = '#719ac2'
magenta = '#ac7085'
cyan = '#526c79'
white = '#858479'
[colors.bright]
black = "#78789d"
red = "#b31919"
green = "#287f0d"
yellow = "#957d09"
blue = "#0c5090"
magenta = "#9437ff"
cyan = "#0b658e"
white = "#8989a9"
black = '#5c5c75'
red = '#c75f6b'
green = '#618679'
yellow = '#b67e3d'
blue = '#86aed7'
magenta = '#b57e91'
cyan = '#5d7a89'
white = '#919084'
[[colors.indexed_colors]]
index = 16
color = '#b8805e'
[[colors.indexed_colors]]
index = 17
color = '#b35560'