From 45629c2491597fb606d3de03d9f79f32665b74b5 Mon Sep 17 00:00:00 2001 From: rototrash Date: Fri, 7 Jan 2022 23:16:39 +0530 Subject: [PATCH] Tweak tokyo-night theme to be much more pleasing --- lua/base16.lua | 2 +- lua/hl_themes/tokyonight.lua | 14 +++++++------- lua/themes/tokyonight-base16.lua | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lua/base16.lua b/lua/base16.lua index 9a789fb..0a9fd66 100644 --- a/lua/base16.lua +++ b/lua/base16.lua @@ -111,7 +111,7 @@ local function apply_base16_theme(theme) highlight("Keyword", theme.base0E, nil, nil, nil) highlight("Label", theme.base0A, nil, nil, nil) highlight("Number", theme.base09, nil, nil, nil) - highlight("Operator", theme.base05, nil, "none", nil) + highlight("Operator", theme.base0E, nil, "none", nil) highlight("PreProc", theme.base0A, nil, nil, nil) highlight("Repeat", theme.base0A, nil, nil, nil) highlight("Special", theme.base0C, nil, nil, nil) diff --git a/lua/hl_themes/tokyonight.lua b/lua/hl_themes/tokyonight.lua index 3fb9b7c..b78983d 100644 --- a/lua/hl_themes/tokyonight.lua +++ b/lua/hl_themes/tokyonight.lua @@ -1,13 +1,13 @@ local colors = { white = "#c0caf5", - darker_black = "#151621", - black = "#1A1B26", -- nvim bg - black2 = "#20212c", - one_bg = "#242530", - one_bg2 = "#292a35", + darker_black = "#16161e", + black = "#1a1b26", -- nvim bg + black2 = "#24283b", + one_bg = "#24283b", + one_bg2 = "#414868", one_bg3 = "#353b45", grey = "#40486a", - grey_fg = "#4a5274", + grey_fg = "#565f89", grey_fg2 = "#4f5779", light_grey = "#545c7e", red = "#f7768e", @@ -18,7 +18,7 @@ local colors = { vibrant_green = "#73daca", nord_blue = "#80a8fd", blue = "#7aa2f7", - yellow = "#e7c787", + yellow = "#e0af68", sun = "#EBCB8B", purple = "#bb9af7", dark_purple = "#9d7cd8", diff --git a/lua/themes/tokyonight-base16.lua b/lua/themes/tokyonight-base16.lua index 7c744dd..2c17d25 100644 --- a/lua/themes/tokyonight-base16.lua +++ b/lua/themes/tokyonight-base16.lua @@ -8,7 +8,7 @@ return { base0C = "2ac3de", base0B = "9ece6a", base02 = "3b4261", - base0F = "db4b4b", + base0F = "9abdf5", base03 = "545c7e", base08 = "f7768e", base01 = "3b4261",