mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19: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" ];
|
colourNames = [ "black" "red" "green" "yellow" "blue" "magenta" "cyan" "white" ];
|
||||||
colours = lib.getAttrs colourNames config.niveum.colours;
|
colours = lib.getAttrs colourNames config.niveum.colours;
|
||||||
in builtins.toJSON {
|
in builtins.toJSON {
|
||||||
|
background_opacity = 0.9;
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
inherit (config.niveum.colours) background foreground;
|
inherit (config.niveum.colours) background foreground;
|
||||||
|
|||||||
Reference in New Issue
Block a user