This commit is contained in:
Bryan Ramos 2023-06-11 19:24:24 -04:00
parent 51f32c5166
commit f630724532
3 changed files with 5 additions and 3 deletions

View file

@ -9,12 +9,12 @@
};
window = {
opacity = 0.95;
opacity = 0.85;
};
colors = {
primary = {
background = "#0d1117";
background = "#000000";
foreground = "#cdd6f4";
};