mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -07:00
change white color in solarized_osaka theme
This commit is contained in:
parent
d025dcb50d
commit
db6342e4b6
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.base_30 = {
|
M.base_30 = {
|
||||||
white = "#abb2bf",
|
white = "#9eabac",
|
||||||
darker_black = "#011923",
|
darker_black = "#011923",
|
||||||
black = "#011219",
|
black = "#011219",
|
||||||
black2 = "#02202D",
|
black2 = "#02202D",
|
||||||
|
|
@ -43,7 +43,7 @@ M.base_16 = {
|
||||||
base02 = M.base_30.one_bg2,
|
base02 = M.base_30.one_bg2,
|
||||||
base03 = M.base_30.one_bg3,
|
base03 = M.base_30.one_bg3,
|
||||||
base04 = "#1b4651",
|
base04 = "#1b4651",
|
||||||
base05 = "#abb2bf",
|
base05 = M.base_30.white,
|
||||||
base06 = "#eee8d5",
|
base06 = "#eee8d5",
|
||||||
base07 = "#fdf6e3",
|
base07 = "#fdf6e3",
|
||||||
base08 = "#268bd2",
|
base08 = "#268bd2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue