From 10b4600103ccac5fe39197bab0635935a0651b10 Mon Sep 17 00:00:00 2001 From: Sebastian Jansen Date: Mon, 9 May 2022 15:25:06 -0700 Subject: [PATCH 1/3] Black background theme based on base16-pico Largely based on base16-pico by RRethy --- lua/hl_themes/gatekeeper.lua | 58 ++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 lua/hl_themes/gatekeeper.lua diff --git a/lua/hl_themes/gatekeeper.lua b/lua/hl_themes/gatekeeper.lua new file mode 100644 index 0000000..a6967a4 --- /dev/null +++ b/lua/hl_themes/gatekeeper.lua @@ -0,0 +1,58 @@ +local M = {} + +M.base_30 = { + white = "#ab5236", + darker_black = "#0a0a0a", + black = "#101010", -- nvim bg + black2 = "#161616", + one_bg = "#1a1a1a", + one_bg2 = "#232323", + one_bg3 = "#2b2b2b", + grey = "#ab5236", + grey_fg = "#008751", + grey_fg2 = "#4c4c4c", + light_grey = "#545454", + red = "#ff004d", + baby_pink = "#ff86b7", + pink = "#ff77a8", + line = "#7e2553", -- for lines like vertsplit + green = "#008751", + vibrant_green = "#00e756", + blue = "#1d2b53", + nord_blue = "#101e46", + yellow = "#fff024", + sun = "#fff82c", + purple = "#FF2553", + dark_purple = "#711846", + teal = "#AEDCB7", + orange = "#ffa300", + cyan = "#29adff", + statusline_bg = "#0c0c0c", + lightbg = "#191919", + lightbg2 = "#131313", + pmenu_bg = "#ffccaa", + folder_bg = "#3b4971", +} + +M.base_16 = { + base00 = '#000000', + base01 = '#3b4971', + base02 = '#420017', + base03 = '#008751', + base04 = '#ab5236', + base05 = '#8c847c', + base06 = '#c2c3c7', + base07 = '#fff1e8', + base08 = '#ffb20f', + base09 = '#ff004d', + base0A = '#be620a', + base0B = '#00e756', + base0C = '#29adff', + base0D = '#af35b9', + base0E = '#ff4394', + base0F = '#ffccaa' +} + +M = require("base46").override_theme(M, "gatekeeper") + +return M From 6c688ec245fef9746a74bc83085f34a7a35a70b3 Mon Sep 17 00:00:00 2001 From: Sebastian Jansen Date: Wed, 11 May 2022 16:22:31 -0700 Subject: [PATCH 2/3] Fixed darker_black and adjusted fg colors --- lua/hl_themes/gatekeeper.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/hl_themes/gatekeeper.lua b/lua/hl_themes/gatekeeper.lua index a6967a4..823fb1f 100644 --- a/lua/hl_themes/gatekeeper.lua +++ b/lua/hl_themes/gatekeeper.lua @@ -2,13 +2,13 @@ local M = {} M.base_30 = { white = "#ab5236", - darker_black = "#0a0a0a", + darker_black = "#000000", black = "#101010", -- nvim bg black2 = "#161616", one_bg = "#1a1a1a", one_bg2 = "#232323", one_bg3 = "#2b2b2b", - grey = "#ab5236", + grey = "#ff5236", grey_fg = "#008751", grey_fg2 = "#4c4c4c", light_grey = "#545454", @@ -18,7 +18,7 @@ M.base_30 = { line = "#7e2553", -- for lines like vertsplit green = "#008751", vibrant_green = "#00e756", - blue = "#1d2b53", + blue = "#1d2b73", nord_blue = "#101e46", yellow = "#fff024", sun = "#fff82c", @@ -31,11 +31,11 @@ M.base_30 = { lightbg = "#191919", lightbg2 = "#131313", pmenu_bg = "#ffccaa", - folder_bg = "#3b4971", + folder_bg = "#3b4991", } M.base_16 = { - base00 = '#000000', + base00 = '#030303', base01 = '#3b4971', base02 = '#420017', base03 = '#008751', From d0f2ec5b8d7c4b076afa294b1611dd918d210c26 Mon Sep 17 00:00:00 2001 From: siduck Date: Mon, 6 Jun 2022 10:01:16 +0530 Subject: [PATCH 3/3] Update gatekeeper.lua --- lua/hl_themes/gatekeeper.lua | 86 +++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 40 deletions(-) diff --git a/lua/hl_themes/gatekeeper.lua b/lua/hl_themes/gatekeeper.lua index 823fb1f..a0718a4 100644 --- a/lua/hl_themes/gatekeeper.lua +++ b/lua/hl_themes/gatekeeper.lua @@ -1,58 +1,64 @@ local M = {} M.base_30 = { - white = "#ab5236", - darker_black = "#000000", + white = "#cccdd1", + darker_black = "#0a0a0a", black = "#101010", -- nvim bg - black2 = "#161616", - one_bg = "#1a1a1a", - one_bg2 = "#232323", - one_bg3 = "#2b2b2b", - grey = "#ff5236", - grey_fg = "#008751", - grey_fg2 = "#4c4c4c", - light_grey = "#545454", - red = "#ff004d", + black2 = "#181818", + one_bg = "#1e1e1e", + one_bg2 = "#252525", + one_bg3 = "#2c2c2c", + grey = "#363636", + grey_fg = "#3d3d3d", + grey_fg2 = "#454545", + light_grey = "#4d4d4d", + red = "#ff1a67", baby_pink = "#ff86b7", pink = "#ff77a8", - line = "#7e2553", -- for lines like vertsplit - green = "#008751", - vibrant_green = "#00e756", - blue = "#1d2b73", - nord_blue = "#101e46", + line = "#2c2c2c", -- for lines like vertsplit + green = "#00e756", + vibrant_green = "#10f766", + blue = "#29adff", + nord_blue = "#5c6ab2", yellow = "#fff024", sun = "#fff82c", - purple = "#FF2553", - dark_purple = "#711846", - teal = "#AEDCB7", + purple = "#a79ac0", + dark_purple = "#998cb2", + teal = "#0b925c", orange = "#ffa300", cyan = "#29adff", - statusline_bg = "#0c0c0c", - lightbg = "#191919", - lightbg2 = "#131313", - pmenu_bg = "#ffccaa", - folder_bg = "#3b4991", + statusline_bg = "#181818", + lightbg = "#272727", + pmenu_bg = "#5c6ab2", + folder_bg = "#29adff", } M.base_16 = { - base00 = '#030303', - base01 = '#3b4971', - base02 = '#420017', - base03 = '#008751', - base04 = '#ab5236', - base05 = '#8c847c', - base06 = '#c2c3c7', - base07 = '#fff1e8', - base08 = '#ffb20f', - base09 = '#ff004d', - base0A = '#be620a', - base0B = '#00e756', - base0C = '#29adff', - base0D = '#af35b9', - base0E = '#ff4394', - base0F = '#ffccaa' + base00 = "#101010", + base01 = "#171717", + base02 = "#1e1e1e", + base03 = "#252525", + base04 = "#2c2c2c", + base05 = "#d8d9dd", + base06 = "#d2d3d7", + base07 = "#cccdd1", + base08 = "#ffb20f", + base09 = "#ff004d", + base0A = "#be620a", + base0B = "#00e756", + base0C = "#29adff", + base0D = "#c54bcf", + base0E = "#ff4394", + base0F = "#ffccaa", } +M.polish_hl = { + TSVariable = { fg = M.base_30.orange }, + TSParameter = { fg = M.base_30.white }, +} + +M.type = "dark" + M = require("base46").override_theme(M, "gatekeeper") return M