Compare commits

..

1 Commits

Author SHA1 Message Date
ed1b480dd9 nvim: change default colorscheme to mellifluous 2025-03-11 00:11:34 +01:00
2 changed files with 26 additions and 75 deletions

View File

@ -1,76 +1,26 @@
# https://github.com/alacritty/alacritty-theme/blob/master/themes/meliora.toml # https://github.com/zenbones-theme/zenbones.nvim/blob/main/extras/alacritty/zenbones_dark.toml
[colors.primary] # This file is auto-generated by shipwright.nvim
background = '#1c1917'
foreground = '#d6d0cd'
# Bright and dim foreground colors
dim_foreground = '#d6d0cd'
bright_foreground = '#d6d0cd'
# Cursor colors
[colors.cursor]
text = '#1c1917'
cursor = '#d6d0cd'
[colors.vi_mode_cursor]
text = '#1c1917'
cursor = '#d6d0cd'
# Search colors
[colors.search]
matches = { foreground = '#1c1917', background = '#24201e' }
focused_match = { foreground = '#1c1917', background = '#2a2522' }
[colors.footer_bar]
foreground = '#1c1917'
background = '#b8aea8'
# Keyboard regex hints
[colors.hints]
start = { foreground = '#1c1917', background = '#c4b392' }
end = { foreground = '#1c1917', background = '#24201e' }
# Selection colors
[colors.selection]
text = '#d6d0cd'
background = '#2a2522'
# Normal colors
[colors.normal]
black = '#2a2421'
red = '#d49191'
green = '#b6b696'
yellow = '#c4b392'
blue = '#9e96b6'
magenta = '#b696b1'
cyan = '#98acc8'
white = '#ddd9d6'
# Bright colors
[colors.bright] [colors.bright]
black = '#2e2622' black = "#403833"
red = '#d89393' red = "#E8838F"
green = '#b9b99b' green = "#8BAE68"
yellow = '#c8b692' yellow = "#D68C67"
blue = '#a299b9' blue = "#61ABDA"
magenta = '#b997b4' magenta = "#CF86C1"
cyan = '#9bb0ca' cyan = "#65B8C1"
white = '#e1dbd9' white = "#888F94"
[colors.cursor]
# Dim colors cursor = "#C4CACF"
[colors.dim] text = "#1C1917"
black = '#2a2421' [colors.normal]
red = '#d18989' black = "#1C1917"
green = '#727246' blue = "#6099C0"
yellow = '#c1b090' cyan = "#66A5AD"
blue = '#9b92b3' green = "#819B69"
magenta = '#b393ad' magenta = "#B279A7"
cyan = '#95a9c5' red = "#DE6E7C"
white = '#e3d5ce' white = "#B4BDC3"
yellow = "#B77E64"
[[colors.indexed_colors]] [colors.primary]
index = 16 background = "#141D1C"
color = '#c4b392' foreground = "#9BAFAC"
[[colors.indexed_colors]]
index = 17
color = '#ddd9d6'

View File

@ -29,4 +29,5 @@ return {
{ "<leader>cp", "<cmd>CccPick<cr>", desc = "[C]olor [P]ick" }, { "<leader>cp", "<cmd>CccPick<cr>", desc = "[C]olor [P]ick" },
}, },
}, },
} }