summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-03-06 14:13:03 -0500
committerAndrew Opalach <andrew@akon.city> 2025-03-06 14:13:03 -0500
commitd907076ef8d0fcfcb8f99581aa3cc8052634a654 (patch)
tree8a1cae7260911b6c61c3d3c507a5a032c83b910a /nix/programs
parent7c128e197b605ca95b5b72d3b3c613f2103d83ff (diff)
downloaddotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.tar.gz
dotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.tar.bz2
dotfiles-d907076ef8d0fcfcb8f99581aa3cc8052634a654.zip
Vim color tweaks
Diffstat (limited to 'nix/programs')
-rw-r--r--nix/programs/firefox.nix4
-rw-r--r--nix/programs/nvim.nix24
-rw-r--r--nix/programs/sway.nix4
3 files changed, 16 insertions, 16 deletions
diff --git a/nix/programs/firefox.nix b/nix/programs/firefox.nix
index 6259301..404c3a6 100644
--- a/nix/programs/firefox.nix
+++ b/nix/programs/firefox.nix
@@ -19,8 +19,8 @@ in {
source = (pkgs.fetchFromGitHub {
owner = "rafaelmardojai";
repo = "firefox-gnome-theme";
- rev = "a89108e6272426f4eddd93ba17d0ea101c34fb21";
- hash = "sha256-vAxN2f3rvl5q62gQQjZGVSvF93nAsOxntuFz+e/655w=";
+ rev = "d8a440226dc9030cb793db4562132d8166fcc904";
+ hash = "sha256-knaPVGni+v431hidyJ/HOKITFzQs0PaxuainC603jjo=";
});
};
home.file."customChrome.css" = {
diff --git a/nix/programs/nvim.nix b/nix/programs/nvim.nix
index de554e4..fb779e4 100644
--- a/nix/programs/nvim.nix
+++ b/nix/programs/nvim.nix
@@ -40,14 +40,14 @@ let
hi @variable guifg=#${colo.foreground}
" UI
- hi Added guifg=#${colo.color4}
- hi Changed guifg=#${colo.color2}
+ hi Added guifg=#${colo.color2}
+ hi Changed guifg=#${colo.color3}
hi ColorColumn guibg=#${colo.color6}
hi Conceal guifg=#${colo.color6}
hi CurSearch guifg=#${colo.background} guibg=#${colo.color4}
hi CursorColumn guibg=#${colo.background}
hi CursorLine guibg=#${colo.color4}
- hi DiffAdd guifg=#${colo.color4} guibg=#${colo.background}
+ hi DiffAdd guifg=#${colo.color2} guibg=#${colo.background}
hi DiffChange guifg=#${colo.color3} guibg=#${colo.background}
hi DiffDelete guifg=#${colo.color1} guibg=#${colo.background} gui=bold
hi DiffText guifg=#${colo.color4} guibg=#${colo.background}
@@ -64,21 +64,21 @@ let
hi NormalFloat guibg=#${colo.background}
hi Pmenu guibg=#${colo.color4}
hi PmenuThumb guibg=#${colo.color5}
- hi PmenuSel guibg=#${colo.color2}
+ hi PmenuSel guibg=#${colo.color3}
hi PmenuSbar guibg=#${colo.color4}
- hi Question guifg=#${colo.color2}
- hi QuickFixLine guifg=#${colo.color2}
+ hi Question guifg=#${colo.color3}
+ hi QuickFixLine guifg=#${colo.color3}
hi RedrawDebugClear guibg=#${colo.color2}
hi RedrawDebugComposed guibg=#${colo.background}
hi RedrawDebugRecompose guibg=#${colo.color3}
- hi Removed guifg=#${colo.color3}
- hi Search guifg=#${colo.foreground} guibg=#${colo.color2}
+ hi Removed guifg=#${colo.color1}
+ hi Search guifg=#${colo.foreground} guibg=#${colo.color3}
hi SignColumn guifg=#${colo.color6}
hi SpecialKey guifg=#${colo.color6}
- hi SpellBad guisp=#${colo.color3} gui=undercurl
+ hi SpellBad guisp=#${colo.color1} gui=undercurl
hi SpellCap guisp=#${colo.color4} gui=undercurl
hi SpellLocal guisp=#${colo.color4} gui=undercurl
- hi SpellRare guisp=#${colo.color2} gui=undercurl
+ hi SpellRare guisp=#${colo.color3} gui=undercurl
hi StatusLine guifg=#${colo.background} guibg=#${colo.color5}
hi StatusLineNC guifg=#${colo.background} guibg=#${colo.color4}
hi Title guifg=#${colo.foreground} gui=bold
@@ -127,8 +127,8 @@ let
hi Type guifg=#${colo.foreground} gui=bold
hi Delimiter guifg=#${colo.foreground}
- hi Comment guifg=#${colo.color3}
- hi String guifg=#${colo.color3}
+ hi Comment guifg=#${colo.color2}
+ hi String guifg=#${colo.color2}
hi Identifier guifg=#${colo.foreground}
hi Function guifg=#${colo.foreground}
hi Statement guifg=#${colo.foreground} gui=bold
diff --git a/nix/programs/sway.nix b/nix/programs/sway.nix
index 0a16744..863a8ef 100644
--- a/nix/programs/sway.nix
+++ b/nix/programs/sway.nix
@@ -87,9 +87,9 @@ in {
@define-color window_fg_color #${s.scheme.foreground};
@define-color view_bg_color #${s.scheme.background};
@define-color view_fg_color #${s.scheme.foreground};
- @define-color accent_bg_color #${s.scheme.color2};
+ @define-color accent_bg_color #${s.scheme.color4};
@define-color accent_fg_color #${s.scheme.background};
- @define-color accent_color #${s.scheme.color2};
+ @define-color accent_color #${s.scheme.color4};
@define-color headerbar_bg_color #${s.scheme.background};
@define-color headerbar_fg_color #${s.scheme.foreground};
@define-color headerbar_backdrop_color #${s.scheme.background};