move theme settings to global vars

This commit is contained in:
Leonardo Eugênio 2022-10-26 23:41:02 -03:00
parent e07ec45d45
commit 32d2e07e84
5 changed files with 15 additions and 40 deletions

View file

@ -57,6 +57,10 @@ in rec {
color = theme.color;
accent = accents.red;
gtk_theme = "Orchis-Red-Dark-Compact";
icon_theme = "Papirus-Dark";
cursor_theme = "capitaine-cursors";
font = {
mono = "Hack Nerd Font";
interface = "Liberation Sans";