This commit is contained in:
thiloho
2023-06-05 17:00:34 +02:00
parent a599b2bcc6
commit 6ad2bfa1ef
2 changed files with 73 additions and 11 deletions

View File

@@ -53,7 +53,7 @@
helix = {
enable = true;
settings = {
theme = "dark_plus";
theme = "gruvbox_transparent";
editor = {
line-number = "relative";
cursorline = true;
@@ -64,6 +64,12 @@
};
};
};
themes = {
gruvbox_transparent = {
"inherits" = "gruvbox";
"ui.background" = "{}";
};
};
};
vscode = {
enable = true;
@@ -78,6 +84,7 @@
alacritty = {
enable = true;
settings = {
window.opacity = 0.9;
font = {
normal = {
family = "JetBrainsMono";