mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
colorscheme.colors -> colorscheme.palette
This commit is contained in:
parent
d9b59f63c8
commit
7cda66afc2
4 changed files with 42 additions and 42 deletions
|
@ -53,7 +53,7 @@
|
|||
};
|
||||
colors =
|
||||
let
|
||||
colors = config.colorScheme.colors;
|
||||
colors = config.colorScheme.palette;
|
||||
in
|
||||
{
|
||||
# alpha = if (config.colorScheme.kind == "dark") then 0.0 else 1.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue