This commit is contained in:
Tawfeeq 2024-09-20 23:47:43 +02:00
parent 7a26e6c951
commit 1f8a7a4eda
15 changed files with 110 additions and 232 deletions

View file

@ -2,12 +2,17 @@ return {
'rebelot/kanagawa.nvim',
config = function()
require('kanagawa').setup {
statementStyle = { italic = false },
functionStyle = { italic = false },
typeStyle = { italic = false },
colors = {
palette = {
-- change all usages of these colors
sumiInk0 = '#0D0D0D',
fujiWhite = '#FFFFFF',
},
keywordStyle = { italic = false },
commentStyle = { italic = false },
theme = {
-- change specific usages for a certain theme, or for all of them
wave = {