From d5f4c044246244e97175dcf6272f239ef44defac Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 28 Aug 2021 06:48:51 +0530 Subject: [PATCH] add original gruvbox theme --- lua/colors/themes/gruvbox.lua | 35 ++++++++++++++++++++++++++++++ lua/plugins/configs/statusline.lua | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 lua/colors/themes/gruvbox.lua diff --git a/lua/colors/themes/gruvbox.lua b/lua/colors/themes/gruvbox.lua new file mode 100644 index 0000000..d1fb272 --- /dev/null +++ b/lua/colors/themes/gruvbox.lua @@ -0,0 +1,35 @@ +local colors = { + white = "#ebdbb2", + darker_black = "#232323", + black = "#282828", -- nvim bg + black2 = "#2e2e2e", + one_bg = "#353535", + one_bg2 = "#3f3f3f", + one_bg3 = "#444444", + grey = "#464646", + grey_fg = "#4e4e4e", + grey_fg2 = "#505050", + light_grey = "#565656", + red = "#fb4934", + baby_pink = "#cc241d", + pink = "#ff75a0", + line = "#2c2f30", -- for lines like vertsplit + green = "#b8bb26", + vibrant_green = "#a9b665", + nord_blue = "#83a598", + blue = "#458588", + yellow = "#d79921", + sun = "#fabd2f", + purple = "#b4bbc8", + dark_purple = "#d3869b", + teal = "#749689", + orange = "#e78a4e", + cyan = "#82b3a8", + statusline_bg = "#2c2c2c", + lightbg = "#353535", + lightbg2 = "#303030", + pmenu_bg = "#83a598", + folder_bg = "#83a598", +} + +return colors diff --git a/lua/plugins/configs/statusline.lua b/lua/plugins/configs/statusline.lua index 07a0b55..826e37f 100644 --- a/lua/plugins/configs/statusline.lua +++ b/lua/plugins/configs/statusline.lua @@ -97,7 +97,7 @@ components.left.active[3] = { components.left.active[4] = { provider = function() local dir_name = vim.fn.fnamemodify(vim.fn.getcwd(), ":t") - return " " .. dir_name .. " " + return "  " .. dir_name .. " " end, hl = {