Revert Catppuccin background color to be more pleasing

This commit is contained in:
Ben Kreeger 2025-08-19 14:32:53 -05:00
parent a38736ed22
commit 04d02d3417
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50
5 changed files with 35 additions and 47 deletions

View File

@ -5,7 +5,7 @@ palette = 3=#f9e2af
palette = 4=#89b4fa palette = 4=#89b4fa
palette = 5=#f5c2e7 palette = 5=#f5c2e7
palette = 6=#94e2d5 palette = 6=#94e2d5
palette = 7=#bac2de palette = 7=#a6adc8
palette = 8=#585b70 palette = 8=#585b70
palette = 9=#f38ba8 palette = 9=#f38ba8
palette = 10=#a6e3a1 palette = 10=#a6e3a1
@ -13,10 +13,10 @@ palette = 11=#f9e2af
palette = 12=#89b4fa palette = 12=#89b4fa
palette = 13=#f5c2e7 palette = 13=#f5c2e7
palette = 14=#94e2d5 palette = 14=#94e2d5
palette = 15=#a6adc8 palette = 15=#bac2de
background = 101018 background = 1e1e2e
foreground = cdd6f4 foreground = cdd6f4
cursor-color = f5e0dc cursor-color = f5e0dc
cursor-text = 101018 cursor-text = 1e1e2e
selection-background = 353749 selection-background = 353749
selection-foreground = cdd6f4 selection-foreground = cdd6f4

View File

@ -1,3 +1,4 @@
---
k9s: k9s:
body: body:
fgColor: '#4c4f69' fgColor: '#4c4f69'
@ -64,19 +65,11 @@ k9s:
bgColor: '#eff1f5' bgColor: '#eff1f5'
chartBgColor: '#eff1f5' chartBgColor: '#eff1f5'
dialBgColor: '#eff1f5' dialBgColor: '#eff1f5'
defaultDialColors: defaultDialColors: ['#40a02b', '#d20f39']
- '#40a02b' defaultChartColors: ['#40a02b', '#d20f39']
- '#d20f39'
defaultChartColors:
- '#40a02b'
- '#d20f39'
resourceColors: resourceColors:
cpu: cpu: ['#8839ef', '#1e66f5']
- '#8839ef' mem: ['#df8e1d', '#fe640b']
- '#1e66f5'
mem:
- '#df8e1d'
- '#fe640b'
yaml: yaml:
keyColor: '#1e66f5' keyColor: '#1e66f5'
valueColor: '#4c4f69' valueColor: '#4c4f69'

View File

@ -2,22 +2,22 @@
k9s: k9s:
body: body:
fgColor: '#cdd6f4' fgColor: '#cdd6f4'
bgColor: '#101018' bgColor: default
logoColor: '#cba6f7' logoColor: '#cba6f7'
prompt: prompt:
fgColor: '#cdd6f4' fgColor: '#cdd6f4'
bgColor: '#181825' bgColor: default
suggestColor: '#89b4fa' suggestColor: '#89b4fa'
help: help:
fgColor: '#cdd6f4' fgColor: '#cdd6f4'
bgColor: '#101018' bgColor: default
sectionColor: '#a6e3a1' sectionColor: '#a6e3a1'
keyColor: '#89b4fa' keyColor: '#89b4fa'
numKeyColor: '#eba0ac' numKeyColor: '#eba0ac'
frame: frame:
title: title:
fgColor: '#94e2d5' fgColor: '#94e2d5'
bgColor: '#101018' bgColor: default
highlightColor: '#f5c2e7' highlightColor: '#f5c2e7'
counterColor: '#f9e2af' counterColor: '#f9e2af'
filterColor: '#a6e3a1' filterColor: '#a6e3a1'
@ -29,8 +29,8 @@ k9s:
keyColor: '#89b4fa' keyColor: '#89b4fa'
numKeyColor: '#eba0ac' numKeyColor: '#eba0ac'
crumbs: crumbs:
fgColor: '#101018' fgColor: '#1e1e2e'
bgColor: '#eba0ac' bgColor: default
activeColor: '#f2cdcd' activeColor: '#f2cdcd'
status: status:
newColor: '#89b4fa' newColor: '#89b4fa'
@ -47,24 +47,24 @@ k9s:
views: views:
table: table:
fgColor: '#cdd6f4' fgColor: '#cdd6f4'
bgColor: '#101018' bgColor: default
cursorFgColor: '#313244' cursorFgColor: '#313244'
cursorBgColor: '#45475a' cursorBgColor: '#45475a'
markColor: '#f5e0dc' markColor: '#f5e0dc'
header: header:
fgColor: '#f9e2af' fgColor: '#f9e2af'
bgColor: '#101018' bgColor: default
sorterColor: '#89dceb' sorterColor: '#89dceb'
xray: xray:
fgColor: '#cdd6f4' fgColor: '#cdd6f4'
bgColor: '#101018' bgColor: default
cursorColor: '#45475a' cursorColor: '#45475a'
cursorTextColor: '#101018' cursorTextColor: '#1e1e2e'
graphicColor: '#f5c2e7' graphicColor: '#f5c2e7'
charts: charts:
bgColor: '#101018' bgColor: default
chartBgColor: '#101018' chartBgColor: default
dialBgColor: '#101018' dialBgColor: default
defaultDialColors: ['#a6e3a1', '#f38ba8'] defaultDialColors: ['#a6e3a1', '#f38ba8']
defaultChartColors: ['#a6e3a1', '#f38ba8'] defaultChartColors: ['#a6e3a1', '#f38ba8']
resourceColors: resourceColors:
@ -76,18 +76,18 @@ k9s:
colonColor: '#a6adc8' colonColor: '#a6adc8'
logs: logs:
fgColor: '#cdd6f4' fgColor: '#cdd6f4'
bgColor: '#101018' bgColor: default
indicator: indicator:
fgColor: '#b4befe' fgColor: '#b4befe'
bgColor: '#101018' bgColor: default
toggleOnColor: '#a6e3a1' toggleOnColor: '#a6e3a1'
toggleOffColor: '#a6adc8' toggleOffColor: '#a6adc8'
dialog: dialog:
fgColor: '#f9e2af' fgColor: '#f9e2af'
bgColor: '#9399b2' bgColor: default
buttonFgColor: '#101018' buttonFgColor: '#1e1e2e'
buttonBgColor: '#7f849c' buttonBgColor: default
buttonFocusFgColor: '#101018' buttonFocusFgColor: '#1e1e2e'
buttonFocusBgColor: '#f5c2e7' buttonFocusBgColor: '#f5c2e7'
labelFgColor: '#f5e0dc' labelFgColor: '#f5e0dc'
fieldFgColor: '#cdd6f4' fieldFgColor: '#cdd6f4'

View File

@ -1,8 +1,8 @@
{ {
"avante.nvim": { "branch": "main", "commit": "4e0a8620b68a0de7a0ec67a0a7503863500f6d29" }, "avante.nvim": { "branch": "main", "commit": "fed6902c9a9a3c4473238e924cddc1ba19f3195b" },
"barbar.nvim": { "branch": "master", "commit": "53b5a2f34b68875898f0531032fbf090e3952ad7" }, "barbar.nvim": { "branch": "master", "commit": "53b5a2f34b68875898f0531032fbf090e3952ad7" },
"blink.cmp": { "branch": "main", "commit": "bae4bae0eedd1fa55f34b685862e94a222d5c6f8" }, "blink.cmp": { "branch": "main", "commit": "bae4bae0eedd1fa55f34b685862e94a222d5c6f8" },
"catppuccin": { "branch": "main", "commit": "3aaf3ab60221bca8edb1354e41bd514a22c89de2" }, "catppuccin": { "branch": "main", "commit": "9a9a875e979fe9d2b42423d056f944dd286d0280" },
"conform.nvim": { "branch": "master", "commit": "973f3cb73887d510321653044791d7937c7ec0fa" }, "conform.nvim": { "branch": "master", "commit": "973f3cb73887d510321653044791d7937c7ec0fa" },
"dropbar.nvim": { "branch": "master", "commit": "418897fe7828b2749ca78056ec8d8ad43136b695" }, "dropbar.nvim": { "branch": "master", "commit": "418897fe7828b2749ca78056ec8d8ad43136b695" },
"fidget.nvim": { "branch": "main", "commit": "2cb5edb2dd6700a958a446b20bb2be04d318da9d" }, "fidget.nvim": { "branch": "main", "commit": "2cb5edb2dd6700a958a446b20bb2be04d318da9d" },
@ -10,16 +10,16 @@
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" }, "lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
"lualine.nvim": { "branch": "master", "commit": "b8c23159c0161f4b89196f74ee3a6d02cdc3a955" }, "lualine.nvim": { "branch": "master", "commit": "b8c23159c0161f4b89196f74ee3a6d02cdc3a955" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "7f0bf635082bb9b7d2b37766054526a6ccafdb85" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "1ec4da522fa49dcecee8d190efda273464dd2192" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" }, "mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
"mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" }, "mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" },
"mini.nvim": { "branch": "main", "commit": "0e9d1f972a91acf5a0513319099ba41f7c09c30a" }, "mini.nvim": { "branch": "main", "commit": "5d938b3a078a7eeae23ba9f04f180066ab8bd9ef" },
"neo-tree.nvim": { "branch": "main", "commit": "46fa0c22ca39e05fe15744102d21feb07fe9a94a" }, "neo-tree.nvim": { "branch": "main", "commit": "bbeda076c8a2e7d16614287cd70239f577e5bf55" },
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" }, "nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
"nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" }, "nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" },
"nvim-lspconfig": { "branch": "master", "commit": "45ff1914044de7dbd4cd85053dc09f47312a2f4d" }, "nvim-lspconfig": { "branch": "master", "commit": "34c9ecfdcc19d579f51c072300a71445fbec9da8" },
"nvim-notify": { "branch": "master", "commit": "397c7c1184745fca649e5104de659e6392ef5a4d" }, "nvim-notify": { "branch": "master", "commit": "397c7c1184745fca649e5104de659e6392ef5a4d" },
"nvim-surround": { "branch": "main", "commit": "c271c9082886a24866353764cf96c9d957e95b2b" }, "nvim-surround": { "branch": "main", "commit": "d56752df477ebd808cb82cea2fc68cf7455abb21" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
"nvim-web-devicons": { "branch": "master", "commit": "c2599a81ecabaae07c49ff9b45dcd032a8d90f1a" }, "nvim-web-devicons": { "branch": "master", "commit": "c2599a81ecabaae07c49ff9b45dcd032a8d90f1a" },

View File

@ -10,11 +10,6 @@ return {
dark = "mocha", dark = "mocha",
}, },
term_colors = vim.g.neovide, term_colors = vim.g.neovide,
color_overrides = {
mocha = {
base = "#101018",
},
},
integrations = { integrations = {
blink_cmp = true, blink_cmp = true,
diffview = true, diffview = true,