From a16d066ac637ad82c2217ad1cced2e23bb6a5dc9 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 8 Jul 2021 16:29:11 +0200 Subject: Tinker with colorscheme, purple functions in python --- .config/nvim/lua/cfg/themes/dark.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.config/nvim/lua/cfg') diff --git a/.config/nvim/lua/cfg/themes/dark.lua b/.config/nvim/lua/cfg/themes/dark.lua index fe2ff03..935b2be 100644 --- a/.config/nvim/lua/cfg/themes/dark.lua +++ b/.config/nvim/lua/cfg/themes/dark.lua @@ -101,23 +101,23 @@ local theme = lush(function() Float { fg = c.red }, Identifier { fg = c.white }, - Function { fg = c.orange }, + Function { fg = c.purple }, Operator { fg = c.orange }, - Type { fg = c.blue }, - StorageClass { Type }, - Structure { Type }, - Typedef { Type }, + Type { fg = c.white }, + StorageClass { fg = c.yellow }, + Structure { fg = c.orange }, + Typedef { fg = c.purple }, - Keyword { fg = c.blue }, + Keyword { fg = c.orange }, Statement { Keyword }, - Conditional { Keyword }, + Conditional { Keyword }, Repeat { Keyword }, Label { Keyword }, Exception { Keyword }, Include { Keyword }, - PreProc { fg = c.aqua }, + PreProc { fg = c.orange }, Define { PreProc }, Macro { PreProc }, PreCondit { PreProc }, -- cgit v1.2.3-70-g09d2