Adjusted look and feel

This commit is contained in:
Fred Drake
2024-09-30 21:16:38 -04:00
parent 2644df6d7c
commit 3ceedb1f26
6 changed files with 87 additions and 16 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
{
colorschemes = {
gruvbox.enable = true;
onedark = {
enable = true;
settings = {
colors = { yellow = "#d9a950"; };
style = "dark";
transparent = true;
};
};
};
}