refactor: adjust solarized-dark base04 was too dark
Some checks are pending
Test / lint (push) Waiting to run
Test / pandoc to vimdoc (push) Waiting to run
release-please / release-please (push) Waiting to run

This commit is contained in:
Max Miliano 2024-08-28 14:29:26 -03:00
parent 8759a70227
commit 1f40ffb0b7
3 changed files with 6 additions and 6 deletions

View file

@ -56,7 +56,7 @@ colorscheme.
| Name | Hex (balance 70 / 0.3) | Description | | 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_yellow | #364725 | yellow + base03 / optional |
| mix_orange | #3c342c | orange + base03 / optional | | mix_orange | #3c342c | orange + base03 / optional |
| mix_red | #422d33 | red + base03 / optional | | mix_red | #422d33 | red + base03 / optional |
@ -92,7 +92,7 @@ colorscheme.
| Name | Hex (balance 70 / 0.3) | Description | | 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_yellow | #4c5f3f | yellow + base03 / optional |
| mix_orange | #525248 | orange + base03 / optional | | mix_orange | #525248 | orange + base03 / optional |
| mix_red | #56444a | red + base03 / optional | | mix_red | #56444a | red + base03 / optional |

View file

@ -45,7 +45,7 @@ M.solarized = {
base01 = '#586E75', base01 = '#586E75',
base02 = '#073642', base02 = '#073642',
base03 = '#002B36', base03 = '#002B36',
base04 = '#001E26', base04 = '#002731',
base1 = '#93A1A1', base1 = '#93A1A1',
base2 = '#eee8d5', base2 = '#eee8d5',
base3 = '#fdf6e3', base3 = '#fdf6e3',
@ -80,7 +80,7 @@ M.solarized = {
---@type solarized.palette ---@type solarized.palette
M.selenized = { M.selenized = {
base04 = '#0b2a32', base04 = '#0e3641',
base03 = '#103c48', base03 = '#103c48',
base02 = '#184956', base02 = '#184956',
base01 = '#72898f', base01 = '#72898f',

View file

@ -2,7 +2,7 @@ local M = {}
---@type solarized.palette ---@type solarized.palette
M.solarized = { M.solarized = {
base04 = '#001E26', base04 = '#002731',
base03 = '#002b36', base03 = '#002b36',
base02 = '#073642', base02 = '#073642',
base01 = '#586E75', base01 = '#586E75',
@ -42,7 +42,7 @@ M.solarized = {
---@type solarized.palette ---@type solarized.palette
M.selenized = { M.selenized = {
base04 = '#0b2a32', base04 = '#0e3641',
base03 = '#103c48', base03 = '#103c48',
base02 = '#184956', base02 = '#184956',
base01 = '#3a4d53', base01 = '#3a4d53',