mirror of
https://github.com/kmein/niveum
synced 2026-03-22 04:41:07 +01:00
modularize colorscheming and more
This commit is contained in:
15
configs/themes/mac-os.nix
Normal file
15
configs/themes/mac-os.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
niveum.colours = rec {
|
||||
black = { bright = "#818383"; dark = "#000000"; };
|
||||
red = { bright = "#fc391f"; dark = "#c23621"; };
|
||||
yellow = { bright = "#eaec23"; dark = "#adad27"; };
|
||||
green = { bright = "#31e722"; dark = "#25bc24"; };
|
||||
blue = { bright = "#5833ff"; dark = "#492ee1"; };
|
||||
magenta = { bright = "#f935f8"; dark = "#d338d3"; };
|
||||
cyan = { bright = "#14f0f0"; dark = "#33bbc8"; };
|
||||
white = { bright = "#e9ebeb"; dark = "#cbcccd"; };
|
||||
background = black.dark;
|
||||
foreground = white.dark;
|
||||
cursor = green.bright;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user