From 0010e85387e203486046e168462b39d87ee8d072 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 25 Apr 2022 12:59:59 +0300 Subject: [PATCH] aye --- users/patriot/config/helix/mytheme.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/users/patriot/config/helix/mytheme.nix b/users/patriot/config/helix/mytheme.nix index d9fba68..a83080d 100644 --- a/users/patriot/config/helix/mytheme.nix +++ b/users/patriot/config/helix/mytheme.nix @@ -1,6 +1,4 @@ {...}: '' - # rose pine - "ui.background" = { bg = "base" } "ui.menu" = { fg = "text", bg = "overlay" } "ui.menu.selected" = { fg = "iris", bg = "surface" } @@ -65,19 +63,18 @@ "markup.raw" = { fg = "foam" } [palette] - base = "#191724" - surface = "#1f1d2e" + base = "#171423" + surface = "#2d283f" overlay = "#26233a" inactive = "#555169" subtle = "#6e6a86" - text = "#e0def4" + text = "#9f9fa1" love = "#eb6f92" gold = "#f6c177" rose = "#ebbcba" pine = "#31748f" foam = "#9ccfd8" iris = "#c4a7e7" - highlight = "#2a2837" - highlightInactive = "#211f2d" + highlight = "#493d70" highlightOverlay = "#3a384a" ''