mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
refactor: adjust solarized-dark base04 was too dark
This commit is contained in:
parent
8759a70227
commit
1f40ffb0b7
|
|
@ -56,7 +56,7 @@ colorscheme.
|
|||
|
||||
| Name | Hex (balance 70 / 0.3) | Description |
|
||||
| ----------- | ---------------------- | --------------------------------- |
|
||||
| base04 | #00222b | sidebar background / float window |
|
||||
| base04 | #002731 | sidebar background / float window |
|
||||
| mix_yellow | #364725 | yellow + base03 / optional |
|
||||
| mix_orange | #3c342c | orange + base03 / optional |
|
||||
| mix_red | #422d33 | red + base03 / optional |
|
||||
|
|
@ -92,7 +92,7 @@ colorscheme.
|
|||
|
||||
| Name | Hex (balance 70 / 0.3) | Description |
|
||||
| ----------- | ---------------------- | --------------------------------- |
|
||||
| base04 | #0b2a32 | sidebar background / float window |
|
||||
| base04 | #0e3641 | sidebar background / float window |
|
||||
| mix_yellow | #4c5f3f | yellow + base03 / optional |
|
||||
| mix_orange | #525248 | orange + base03 / optional |
|
||||
| mix_red | #56444a | red + base03 / optional |
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ M.solarized = {
|
|||
base01 = '#586E75',
|
||||
base02 = '#073642',
|
||||
base03 = '#002B36',
|
||||
base04 = '#001E26',
|
||||
base04 = '#002731',
|
||||
base1 = '#93A1A1',
|
||||
base2 = '#eee8d5',
|
||||
base3 = '#fdf6e3',
|
||||
|
|
@ -80,7 +80,7 @@ M.solarized = {
|
|||
|
||||
---@type solarized.palette
|
||||
M.selenized = {
|
||||
base04 = '#0b2a32',
|
||||
base04 = '#0e3641',
|
||||
base03 = '#103c48',
|
||||
base02 = '#184956',
|
||||
base01 = '#72898f',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ local M = {}
|
|||
|
||||
---@type solarized.palette
|
||||
M.solarized = {
|
||||
base04 = '#001E26',
|
||||
base04 = '#002731',
|
||||
base03 = '#002b36',
|
||||
base02 = '#073642',
|
||||
base01 = '#586E75',
|
||||
|
|
@ -42,7 +42,7 @@ M.solarized = {
|
|||
|
||||
---@type solarized.palette
|
||||
M.selenized = {
|
||||
base04 = '#0b2a32',
|
||||
base04 = '#0e3641',
|
||||
base03 = '#103c48',
|
||||
base02 = '#184956',
|
||||
base01 = '#3a4d53',
|
||||
|
|
|
|||
Loading…
Reference in a new issue