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