From d31b3b68674002d0b15049f9520f8c21724c51b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 28 Mar 2019 15:56:24 +0100 Subject: [PATCH] solarized --- dot/i3.nix | 10 ++++++++++ theme.nix | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dot/i3.nix b/dot/i3.nix index a4b039e..8f7c2d1 100644 --- a/dot/i3.nix +++ b/dot/i3.nix @@ -58,6 +58,16 @@ rec { workspaceButtons = false; fonts = [ "${terminalFont.name} ${toString terminalFont.size}" ]; mode = "hide"; + colors = { + background = colorScheme.background; + separator = colorScheme.background; + statusline = colorScheme.foreground; + bindingMode = { + background = colorScheme.red.light; + border = colorScheme.background; + text = colorScheme.foreground; + }; + }; # position = "top"; statusCommand = let diff --git a/theme.nix b/theme.nix index a636daf..9779f8a 100644 --- a/theme.nix +++ b/theme.nix @@ -66,8 +66,8 @@ in rec { black = "#000000"; gray = "#888888"; - colorScheme = macOS; - invertedColorScheme = flip macOS; + colorScheme = solarizedDark; + invertedColorScheme = solarizedLight; colorPalette = [ colorScheme.black.dark colorScheme.red.dark colorScheme.green.dark colorScheme.yellow.dark colorScheme.blue.dark colorScheme.magenta.dark colorScheme.cyan.dark colorScheme.white.dark