mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add link override
- refactor config and readme
This commit is contained in:
parent
0ac6c6c091
commit
b1069203d1
4 changed files with 446 additions and 480 deletions
|
|
@ -15,6 +15,7 @@ local variants = {
|
|||
highlight_low = '#21202e',
|
||||
highlight_med = '#403d52',
|
||||
highlight_high = '#524f67',
|
||||
opacity = 0.1,
|
||||
},
|
||||
moon = {
|
||||
base = '#232136',
|
||||
|
|
@ -32,6 +33,7 @@ local variants = {
|
|||
highlight_low = '#2a283e',
|
||||
highlight_med = '#44415a',
|
||||
highlight_high = '#56526e',
|
||||
opacity = 0.1,
|
||||
},
|
||||
dawn = {
|
||||
base = '#faf4ed',
|
||||
|
|
@ -49,6 +51,7 @@ local variants = {
|
|||
highlight_low = '#f4ede8',
|
||||
highlight_med = '#dfdad9',
|
||||
highlight_high = '#cecacd',
|
||||
opacity = 0.05,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue