Rename theme file for future customisation
This commit is contained in:
parent
31a5c61195
commit
738f602d78
|
@ -30,6 +30,6 @@ in {
|
||||||
display-file-browser-extended = " File Browser ";
|
display-file-browser-extended = " File Browser ";
|
||||||
display-power-menu = " Power Menu ";
|
display-power-menu = " Power Menu ";
|
||||||
};
|
};
|
||||||
theme = ./catppuccin-macchiato.rasi;
|
theme = ./theme.rasi;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
* {
|
* {
|
||||||
background: transparent;
|
|
||||||
bg-col: #24273a;
|
bg-col: #24273a;
|
||||||
bg-col-light: #24273a;
|
bg-col-light: #24273a;
|
||||||
border-col: #24273a;
|
border-col: #24273a;
|
Loading…
Reference in a new issue