mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(alacritty): make transparent
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
colourNames = [ "black" "red" "green" "yellow" "blue" "magenta" "cyan" "white" ];
|
||||
colours = lib.getAttrs colourNames config.niveum.colours;
|
||||
in builtins.toJSON {
|
||||
background_opacity = 0.9;
|
||||
colors = {
|
||||
primary = {
|
||||
inherit (config.niveum.colours) background foreground;
|
||||
|
||||
Reference in New Issue
Block a user