|
|
|
@ -1,17 +1,20 @@
|
|
|
|
|
|
|
|
-- Credits to original theme https=//monokai.pro/
|
|
|
|
|
|
|
|
-- This is modified version of it
|
|
|
|
|
|
|
|
|
|
|
|
local M = {}
|
|
|
|
local M = {}
|
|
|
|
|
|
|
|
|
|
|
|
M.base_30 = {
|
|
|
|
M.base_30 = {
|
|
|
|
white = "#bbc2cf",
|
|
|
|
white = "#f5f4f1",
|
|
|
|
darker_black = "#1f222b",
|
|
|
|
darker_black = "#22231D",
|
|
|
|
black = "#242730", -- nvim bg
|
|
|
|
black = "#272822", -- nvim bg
|
|
|
|
black2 = "#292c35",
|
|
|
|
black2 = "#2F302A",
|
|
|
|
one_bg = "#2e313a", -- real bg of onedark
|
|
|
|
one_bg = "#363731", -- real bg of onedark
|
|
|
|
one_bg2 = "#373a43",
|
|
|
|
one_bg2 = "#3E3F39",
|
|
|
|
one_bg3 = "#3f424b",
|
|
|
|
one_bg3 = "#464741",
|
|
|
|
grey = "#494c55",
|
|
|
|
grey = "#4D4E48",
|
|
|
|
grey_fg = "#52555e",
|
|
|
|
grey_fg = "#555650",
|
|
|
|
grey_fg2 = "#5b5e67",
|
|
|
|
grey_fg2 = "#5D5E58",
|
|
|
|
light_grey = "#63666f",
|
|
|
|
light_grey = "#64655F",
|
|
|
|
red = "#e36d76",
|
|
|
|
red = "#e36d76",
|
|
|
|
baby_pink = "#f98385",
|
|
|
|
baby_pink = "#f98385",
|
|
|
|
pink = "#f36d76",
|
|
|
|
pink = "#f36d76",
|
|
|
|
@ -27,34 +30,38 @@ M.base_30 = {
|
|
|
|
teal = "#34bfd0",
|
|
|
|
teal = "#34bfd0",
|
|
|
|
orange = "#d39467",
|
|
|
|
orange = "#d39467",
|
|
|
|
cyan = "#41afef",
|
|
|
|
cyan = "#41afef",
|
|
|
|
statusline_bg = "#292c35",
|
|
|
|
statusline_bg = "#2F302A",
|
|
|
|
lightbg = "#3d4049",
|
|
|
|
lightbg = "#3E3F39",
|
|
|
|
pmenu_bg = "#99c366",
|
|
|
|
pmenu_bg = "#99c366",
|
|
|
|
folder_bg = "#61afef",
|
|
|
|
folder_bg = "#61afef",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
M.base_16 = {
|
|
|
|
M.base_16 = {
|
|
|
|
base00 = "#242730",
|
|
|
|
base00 = "#272822",
|
|
|
|
base01 = "#2a2e38",
|
|
|
|
base01 = "#383830",
|
|
|
|
base02 = "#484854",
|
|
|
|
base02 = "#49483e",
|
|
|
|
base03 = "#545862",
|
|
|
|
base03 = "#75715e",
|
|
|
|
base04 = "#5b5e67",
|
|
|
|
base04 = "#a59f85",
|
|
|
|
base05 = "#afb6c3",
|
|
|
|
base05 = "#f8f8f2",
|
|
|
|
base06 = "#b5bcc9",
|
|
|
|
base06 = "#f5f4f1",
|
|
|
|
base07 = "#bbc2cf",
|
|
|
|
base07 = "#f9f8f5",
|
|
|
|
base08 = "#d39467",
|
|
|
|
base08 = "#fd971f",
|
|
|
|
base09 = "#b3a5d4",
|
|
|
|
base09 = "#ae81ff",
|
|
|
|
base0A = "#61afef",
|
|
|
|
base0A = "#f4bf75",
|
|
|
|
base0B = "#e6c181",
|
|
|
|
base0B = "#a6e22e",
|
|
|
|
base0C = "#61afef",
|
|
|
|
base0C = "#a1efe4",
|
|
|
|
base0D = "#96c376",
|
|
|
|
base0D = "#66d9ef",
|
|
|
|
base0E = "#e36d76",
|
|
|
|
base0E = "#f92672",
|
|
|
|
base0F = "#e36d76",
|
|
|
|
base0F = "#cc6633",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
M.polish_hl = {
|
|
|
|
M.polish_hl = {
|
|
|
|
["@parameter"] = { fg = M.base_30.blue },
|
|
|
|
["parameter"] = { fg = M.base_30.blue },
|
|
|
|
["@field.key"] = { fg = M.base_30.red },
|
|
|
|
["@field.key"] = { fg = M.base_30.white },
|
|
|
|
|
|
|
|
["@string"] = { fg = M.base_30.sun },
|
|
|
|
|
|
|
|
["@boolean"] = { fg = M.base_16.base09 },
|
|
|
|
|
|
|
|
["@punctuation.bracket"] = { fg = M.base_30.sun },
|
|
|
|
|
|
|
|
["@operator"] = { fg = M.base_30.red },
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
M.type = "dark"
|
|
|
|
M.type = "dark"
|
|
|
|
|