mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
c sharp
This commit is contained in:
parent
7a26e6c951
commit
1f8a7a4eda
15 changed files with 110 additions and 232 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue