From aa3aa3c629adb9b6ff0ec1e224fe7e6f04ba1768 Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Sat, 6 Nov 2021 17:46:18 -0400 Subject: feat: add lualine config for darkplus --- lua/lualine/themes/onedarker.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lua/lualine/themes/onedarker.lua') 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" }, -- cgit v1.2.3