mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
Surprisingly: configure more
~ factor out into ./configs/ + timezone, sound ~ wpa_supplicant hashed passwords + kdeconnect ~ writeBash -> writeDash
This commit is contained in:
29
theme.nix
29
theme.nix
@@ -1,4 +1,4 @@
|
||||
{
|
||||
rec {
|
||||
uiFont = { name = "Roboto"; size = 10; };
|
||||
terminalFont = {
|
||||
regular = { name = "Roboto Mono for Powerline"; };
|
||||
@@ -11,19 +11,18 @@
|
||||
white = "#ffffff";
|
||||
black = "#000000";
|
||||
veryDark = "#080808";
|
||||
} // rec {
|
||||
colorPalette = [
|
||||
gray.dark red.dark green.dark yellow.dark blue.dark magenta.dark cyan.dark gray.light
|
||||
gray.dark red.light green.light yellow.light blue.light magenta.light cyan.light gray.light
|
||||
];
|
||||
|
||||
# Antares color scheme
|
||||
gray = { light = "#bbbbbb"; dark = "#151515"; };
|
||||
red = { light = "#de575c"; dark = "#de575c"; };
|
||||
yellow = { light = "#ebe971"; dark = "#ebe971"; };
|
||||
green = { light = "#00b853"; dark = "#00b853"; };
|
||||
blue = { light = "#90d0f0"; dark = "#7fc6f0"; };
|
||||
magenta = { light = "#cf9ffa"; dark = "#cf9ffa"; };
|
||||
cyan = { light = "#4ae5e8"; dark = "#4ae5e8"; };
|
||||
}
|
||||
colorPalette = [
|
||||
gray.dark red.dark green.dark yellow.dark blue.dark magenta.dark cyan.dark gray.light
|
||||
gray.dark red.light green.light yellow.light blue.light magenta.light cyan.light gray.light
|
||||
];
|
||||
|
||||
# Antares color scheme
|
||||
gray = { light = "#bbbbbb"; dark = "#151515"; medium = "#aaaaaa"; };
|
||||
red = { light = "#de575c"; dark = "#de575c"; };
|
||||
yellow = { light = "#ebe971"; dark = "#ebe971"; };
|
||||
green = { light = "#00b853"; dark = "#00b853"; };
|
||||
blue = { light = "#90d0f0"; dark = "#7fc6f0"; };
|
||||
magenta = { light = "#cf9ffa"; dark = "#cf9ffa"; };
|
||||
cyan = { light = "#4ae5e8"; dark = "#4ae5e8"; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user