mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
format
This commit is contained in:
parent
ce7a9ee308
commit
1b8b98e194
9 changed files with 820 additions and 820 deletions
|
|
@ -1,23 +1,23 @@
|
|||
local palette = {
|
||||
base = '#171524',
|
||||
surface = '#1f1d2e',
|
||||
overlay = '#26233a',
|
||||
muted = '#6e6a86',
|
||||
subtle = '#908caa',
|
||||
text = '#e0def4',
|
||||
love = '#e89b9f',
|
||||
gold = '#f69957',
|
||||
-- rose = '#ebbcba',
|
||||
rose = '#ff79b1',
|
||||
calm = '#23ff87',
|
||||
pine = '#cd51d5',
|
||||
foam = '#9ccfd8',
|
||||
iris = '#c4a7e7',
|
||||
cold = '#967de5',
|
||||
highlight_low = '#21202e',
|
||||
highlight_med = '#403d52',
|
||||
highlight_high = '#524f67',
|
||||
none = 'NONE'
|
||||
base = '#171524',
|
||||
surface = '#1f1d2e',
|
||||
overlay = '#26233a',
|
||||
muted = '#6e6a86',
|
||||
subtle = '#908caa',
|
||||
text = '#e0def4',
|
||||
love = '#e89b9f',
|
||||
gold = '#f69957',
|
||||
-- rose = '#ebbcba',
|
||||
rose = '#ff79b1',
|
||||
calm = '#23ff87',
|
||||
pine = '#cd51d5',
|
||||
foam = '#9ccfd8',
|
||||
iris = '#c4a7e7',
|
||||
cold = '#967de5',
|
||||
highlight_low = '#21202e',
|
||||
highlight_med = '#403d52',
|
||||
highlight_high = '#524f67',
|
||||
none = 'NONE'
|
||||
}
|
||||
|
||||
return palette
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue