Refresh system/tool pins, install official Element Nightly, expand development tools, and finish desktop workflows with a shared charcoal/gold design. Retain host-specific updates and NixOS recovery generations.
20 lines
534 B
Nix
20 lines
534 B
Nix
# One Ring: charcoal, old gold, parchment and muted woodland accents.
|
|
# Semantic UI colors are separate from ANSI terminal colors. Consumers substitute
|
|
# these values into native Lua/CSS; there is no runtime theme generator.
|
|
{
|
|
background = "#121311";
|
|
surface = "#1e201b";
|
|
raised = "#2c3027";
|
|
border = "#4a5142";
|
|
selection = "#3a3d2e";
|
|
text = "#e9e4d5";
|
|
muted = "#adb2a0";
|
|
accent = "#c6a664";
|
|
blue = "#8faeb5";
|
|
cyan = "#92b8a0";
|
|
purple = "#b5a5be";
|
|
green = "#a3b878";
|
|
yellow = "#d8bb78";
|
|
red = "#df8b78";
|
|
}
|