mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
minor color improvementsin some light themes
This commit is contained in:
parent
919af1c402
commit
e4c30b1c9b
3 changed files with 3 additions and 3 deletions
|
|
@ -73,4 +73,4 @@ M.polish_hl = {
|
|||
|
||||
M = require("base46").override_theme(M, "bearded-arc")
|
||||
|
||||
return M
|
||||
return M
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ M.base_16 = {
|
|||
base06 = "#202227",
|
||||
base07 = "#090a0b",
|
||||
base08 = "#d84a3d",
|
||||
base09 = "#a626a4",
|
||||
base09 = "#d75f00",
|
||||
base0A = "#c18401",
|
||||
base0B = "#50a14f",
|
||||
base0C = "#0070a8",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ M.base_16 = {
|
|||
base0C = "#22839b",
|
||||
base0D = "#4380bc",
|
||||
base0E = "#ac78bd",
|
||||
base0F = "#A1A641",
|
||||
base0F = "#ca7081",
|
||||
}
|
||||
|
||||
M.polish_hl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue