mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
Configure like hell
This commit is contained in:
25
theme.nix
Normal file
25
theme.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
uiFont = { name = "Roboto"; size = 10; };
|
||||
terminalFont = {
|
||||
regular = { name = "Roboto Mono for Powerline"; };
|
||||
bold = { name = "Roboto Mono Bold for Powerline"; };
|
||||
italic = { name = "Roboto Mono Italic for Powerline"; };
|
||||
boldItalic = { name = "Roboto Mono Bold Italic for Powerline"; };
|
||||
size = 10;
|
||||
};
|
||||
|
||||
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";
|
||||
}
|
||||
Reference in New Issue
Block a user