mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 09:42:19 +00:00
Colours again
This commit is contained in:
35
common.nix
35
common.nix
@@ -26,23 +26,24 @@
|
|||||||
font = "spleen-12x24";
|
font = "spleen-12x24";
|
||||||
useXkbConfig = true; # use xkb.options in tty.
|
useXkbConfig = true; # use xkb.options in tty.
|
||||||
colors = [
|
colors = [
|
||||||
"292D3E"
|
"000000"
|
||||||
"444267"
|
"ff5370"
|
||||||
"32374D"
|
"c4e88d"
|
||||||
"676E95"
|
"ffcb6b"
|
||||||
"8796B0"
|
"82aaff"
|
||||||
"959DCB"
|
"c692e9"
|
||||||
"959DCB"
|
"8addff"
|
||||||
"FFFFFF"
|
"fffefe"
|
||||||
"F07178"
|
"676e95"
|
||||||
"F78C6C"
|
"ff5370"
|
||||||
"FFCB6B"
|
"c3e88d"
|
||||||
"C3E88D"
|
"ffcb6b"
|
||||||
"89DDFF"
|
"82a9fe"
|
||||||
"82AAFF"
|
"c792e9"
|
||||||
"C792EA"
|
"8addff"
|
||||||
"FF5370"
|
"88ddff"
|
||||||
];
|
"ffffff"
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user