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'

View File

@ -20,6 +20,7 @@
"hlsearch.nvim": { "branch": "main", "commit": "fdeb60b890d15d9194e8600042e5232ef8c29b0e" },
"incline.nvim": { "branch": "main", "commit": "27040695b3bbfcd3257669037bd008d1a892831d" },
"iswap.nvim": { "branch": "master", "commit": "e02cc91f2a8feb5c5a595767d208c54b6e3258ec" },
"kanagawa-paper.nvim": { "branch": "master", "commit": "b0df20cca3b7087c06f241983b488190cc8e23af" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"leap.nvim": { "branch": "main", "commit": "08ca7ec9e859856251d56c22ea107f82f563ff3c" },
"lsp_signature.nvim": { "branch": "master", "commit": "d50e40b3bf9324128e71b0b7e589765ce89466d2" },
@ -47,7 +48,6 @@
"snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" },
"snipe.nvim": { "branch": "main", "commit": "2a1b738dfae8502e6162eddfc774da65ed404142" },
"sqlite.lua": { "branch": "master", "commit": "50092d60feb242602d7578398c6eb53b4a8ffe7b" },
"sweetie.nvim": { "branch": "master", "commit": "d4b3d94b57ffcd0229f567e050850248be2b1dad" },
"tardis.nvim": { "branch": "main", "commit": "a6ee00a217529490e79d349b1f1a9cf5831180d3" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
"telescope-git-grep.nvim": { "branch": "main", "commit": "d2e1322934e334ee9eb8e838c30f3afb3e7a730e" },

View File

@ -1,8 +1,8 @@
return {
{
"NTBBloodbath/sweetie.nvim",
'thesimonho/kanagawa-paper.nvim',
config = function()
vim.cmd.colorscheme('sweetie')
vim.cmd.colorscheme('kanagawa-paper')
end
},
{