diff options
author | ChristianChiarulli <[email protected]> | 2021-11-06 17:46:18 -0400 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2021-11-06 17:46:18 -0400 |
commit | aa3aa3c629adb9b6ff0ec1e224fe7e6f04ba1768 (patch) | |
tree | d176e18659cdc0498474f15fa1c9b95300d07fc2 /lua/lualine/themes/onedarker.lua | |
parent | 3cd9e4c982f2fed94d45896287cedaecb72d684f (diff) |
feat: add lualine config for darkplus
Diffstat (limited to 'lua/lualine/themes/onedarker.lua')
-rw-r--r-- | lua/lualine/themes/onedarker.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lua/lualine/themes/onedarker.lua b/lua/lualine/themes/onedarker.lua index 396657bb..da99017a 100644 --- a/lua/lualine/themes/onedarker.lua +++ b/lua/lualine/themes/onedarker.lua @@ -1,7 +1,3 @@ --- Copyright (c) 2020-2021 shadmansaleh --- MIT license, see LICENSE for more details. --- Credit: Zoltan Dalmadi(lightline) --- LuaFormatter off local colors = { blue = "#61afef", green = "#98c379", @@ -16,7 +12,7 @@ local colors = { gray2 = "#2c323d", gray3 = "#3e4452", } --- LuaFormatter on + return { normal = { a = { fg = colors.fg, bg = colors.blue, gui = "bold" }, |