From 44f940837238d6c322edf2b371bda27066a56d52 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 6 Jun 2024 18:15:59 +0100 Subject: [PATCH] nixvim theme disable dim inactive view --- ] | 33 ------------------------------- home/common/core/nixvim/theme.nix | 1 - 2 files changed, 34 deletions(-) delete mode 100644 ] diff --git a/] b/] deleted file mode 100644 index 167448c..0000000 --- a/] +++ /dev/null @@ -1,33 +0,0 @@ -{ ... }: -{ - home.file.".config/hypr/pyprland.toml".text = '' - [pyprland] - plugins = [ - "scratchpads" - ] - - [scratchpads.termy] - animation = "fromTop" - command = "$TERMINAL --class $TERMINAL-dropterm-y --title 'Scratchpad(y)'" - class = "$TERMINAL-dropterm-y" - size = "70% 70%" - - [scratchpads.termu] - animation = "fromTop" - command = "$TERMINAL --class $TERMINAL-dropterm-u --title 'Scratchpad(u)'" - class = "$TERMINAL-dropterm-u" - size = "80% 80%" - - [scratchpads.termi] - animation = "fromTop" - command = "$TERMINAL --class $TERMINAL-dropterm-i --title 'Scratchpad(i)'" - class = "$TERMINAL-dropterm-i" - size = "50% 50%" - - [scratchpads.volume] - animation = "fromTop" - command = "pavucontrol --class floating" - class = "org.pulseaudio.pavucontrol" - size = "75% 60%" - ''; -} diff --git a/home/common/core/nixvim/theme.nix b/home/common/core/nixvim/theme.nix index 7dd7112..445f962 100644 --- a/home/common/core/nixvim/theme.nix +++ b/home/common/core/nixvim/theme.nix @@ -5,7 +5,6 @@ commentStyle = { italic = true; }; - dimInactive = true; terminalColors = true; theme = "wave"; transparent = true;