mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
solarized
This commit is contained in:
10
dot/i3.nix
10
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user