mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 01:10:31 -07:00
polish radium theme
This commit is contained in:
parent
449977a42e
commit
b40eb39333
1 changed files with 27 additions and 27 deletions
|
|
@ -2,34 +2,34 @@ local M = {}
|
||||||
|
|
||||||
M.base_30 = {
|
M.base_30 = {
|
||||||
white = "#d4d4d5",
|
white = "#d4d4d5",
|
||||||
darker_black = "#11161b",
|
darker_black = "#0a0d11",
|
||||||
black = "#101317", -- nvim bg
|
black = "#101317", -- nvim bg
|
||||||
black2 = "#171b20",
|
black2 = "#171b20",
|
||||||
one_bg = "#1a1f24",
|
one_bg = "#1c1f23",
|
||||||
one_bg2 = "#2a2f34",
|
one_bg2 = "#24272b",
|
||||||
one_bg3 = "#32373c",
|
one_bg3 = "#2e3135",
|
||||||
grey = "#262d33",
|
grey = "#393c40",
|
||||||
grey_fg = "#333c44",
|
grey_fg = "#404347",
|
||||||
grey_fg2 = "#3f4449",
|
grey_fg2 = "#45484c",
|
||||||
light_grey = "#585862",
|
light_grey = "#4b4e52",
|
||||||
red = "#f87070",
|
red = "#f87070",
|
||||||
baby_pink = "#ff8e8e",
|
baby_pink = "#ff8e8e",
|
||||||
pink = "#ffa7a7",
|
pink = "#ffa7a7",
|
||||||
line = "#292933", -- for lines like vertsplit
|
line = "#292933", -- for lines like vertsplit
|
||||||
green = "#36c692",
|
green = "#37d99e",
|
||||||
vibrant_green = "#79dcaa",
|
vibrant_green = "#79dcaa",
|
||||||
blue = "#7ab0df",
|
blue = "#7ab0df",
|
||||||
nord_blue = "#87bdec",
|
nord_blue = "#87bdec",
|
||||||
yellow = "#ffe59e",
|
yellow = "#ffe59e",
|
||||||
sun = "#ffeda6",
|
sun = "#ffeda6",
|
||||||
purple = "#c397d8",
|
purple = "#c397d8",
|
||||||
dark_purple = "#b77ee0",
|
dark_purple = "#b68acb",
|
||||||
teal = "#54ced6",
|
teal = "#63b3ad",
|
||||||
orange = "#e5d487",
|
orange = "#f0a988",
|
||||||
cyan = "#70c0ba",
|
cyan = "#50cad2",
|
||||||
statusline_bg = "#171b20",
|
statusline_bg = "#15191e",
|
||||||
lightbg = "#282d32",
|
lightbg = "#24282d",
|
||||||
lightbg2 = "#22272c",
|
lightbg2 = "#1d2126",
|
||||||
pmenu_bg = "#3bdda2",
|
pmenu_bg = "#3bdda2",
|
||||||
folder_bg = "#5fb0fc",
|
folder_bg = "#5fb0fc",
|
||||||
}
|
}
|
||||||
|
|
@ -40,17 +40,17 @@ M.base_16 = {
|
||||||
base02 = "#1c2026",
|
base02 = "#1c2026",
|
||||||
base03 = "#20252b",
|
base03 = "#20252b",
|
||||||
base04 = "#3d464e",
|
base04 = "#3d464e",
|
||||||
base05 = "#ced4df",
|
base05 = "#c5c5c6",
|
||||||
base06 = "#333c44",
|
base06 = "#cbcbcc",
|
||||||
base07 = "#3a434b",
|
base07 = "#d4d4d5",
|
||||||
base08 = "#56c69d",
|
base08 = "#37d99e",
|
||||||
base09 = "#ffe59e",
|
base09 = "#f0a988",
|
||||||
base0A = "#ffeda6",
|
base0A = "#e5d487",
|
||||||
base0B = "#79dcaa",
|
base0B = "#e87979",
|
||||||
base0C = "#7ab0df",
|
base0C = "#37d99e",
|
||||||
base0D = "#87bdec",
|
base0D = "#5fb0fc",
|
||||||
base0E = "#f87070",
|
base0E = "#c397d8",
|
||||||
base0F = "#f78888",
|
base0F = "#e87979",
|
||||||
}
|
}
|
||||||
|
|
||||||
M = require("base16").override_theme(M, "radium")
|
M = require("base16").override_theme(M, "radium")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue