mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
Configure more. Ready to install?
~ GTK theme to Numix-SX-Dark ~ browser to chromium + universal screen locker + sudo insults ~ vim w/o homemanager + former ~/bin scripts as aliases + tty colorscheme + cron - unneeded ohmyzsh plugins ~ prompt color if $? == 0 + programs.* config + networking ~ xbacklight to light ~ rewrite fancy-date in C + nanorc
This commit is contained in:
28
theme.nix
28
theme.nix
@@ -10,16 +10,20 @@
|
||||
|
||||
white = "#ffffff";
|
||||
black = "#000000";
|
||||
gray = { light = "#aaaaaa"; dark = "#888888"; };
|
||||
|
||||
# Antares color scheme
|
||||
dark = "#151515";
|
||||
veryDark = "#080808";
|
||||
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"; };
|
||||
light = "#bbbbbb";
|
||||
}
|
||||
} // 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"; };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user