1
0
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:
Kierán Meinhardt
2020-04-13 10:53:47 +02:00
parent 980f4571bd
commit 8714caa93c

View File

@@ -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;