From: Frede Braendstrup Date: Wed, 17 Nov 2021 23:33:03 +0000 (+0100) Subject: use theme colors for lualine theme X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=15f1ecc9cd617e7dbd42492e87b60d69bfa66634;p=nvim-plugins%2Fflatwhite.git use theme colors for lualine theme --- diff --git a/lua/lualine/themes/dracula-nvim.lua b/lua/lualine/themes/dracula-nvim.lua index ea9be54..cd462e7 100644 --- a/lua/lualine/themes/dracula-nvim.lua +++ b/lua/lualine/themes/dracula-nvim.lua @@ -1,14 +1,6 @@ local dracula = {} -local colors = { - black = "#191A21", - white = '#F8F8F2', - red = '#FF5555', - green = '#50FA7B', - purple = '#BD93F9', - pink = '#FF79C6', - yellow = '#F1FA8C', -} +local colors = require('dracula').colors() dracula.normal = { b = {fg = colors.purple, bg = colors.black},