]> Freerunner's - dotfiles.git/commitdiff
flavours: tweak schemes & templates
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 17 Jul 2025 14:42:43 +0000 (16:42 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 17 Jul 2025 14:42:43 +0000 (16:42 +0200)
dot-config/flavours/config.toml
dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml
dot-config/flavours/templates/fuzzel/templates/default.mustache
dot-config/flavours/templates/fuzzel/templates/smooth.mustache

index 0226ad9d46e2dfed54ee1e66c647a7e875be9c31..3851617c17a4736e6c49f9e4f0e314e31874ec40 100644 (file)
@@ -15,7 +15,7 @@ hook = "sleep 0.5 && pkill -USR1 fish"
 template = "fuzzel"
 subtemplate = "smooth"
 file = "~/.config/fuzzel/base16-colors.ini"
-rewrite = false
+rewrite = true
 
 [[item]]
 template = "hyprland"
@@ -34,7 +34,7 @@ rewrite = true
 [[item]]
 template = "waybar"
 file = "~/.config/waybar/base16-colors.css"
-hook = "swaync-client -rs -sw && pkill -USR2 waybar"
+hook = "pkill -USR2 waybar"
 rewrite = true
 
 [[item]]
index 1c570e4461887514d2c941ec2134c6b29540dca2..70deba064100e41a99b00ed4f824dd123210bada 100644 (file)
@@ -1,13 +1,13 @@
 scheme: "Everforest Dark Hard"
 author: "Sainnhe Park (https://github.com/sainnhe)"
-base00: "2d353b" # Default Background
-base01: "343f44" # Lighter Background (Used for status bars, line number and folding marks)
-base02: "475258" # Selection Background
-base03: "859289" # Comments, Invisibles, Line Highlighting
-base04: "9da9a0" # Dark Foreground (Used for status bars)
+base00: "272e33" # Default Background
+base01: "2e383c" # Lighter Background (Used for status bars, line number and folding marks)
+base02: "414b50" # Selection Background
+base03: "4f5b58" # Comments, Invisibles, Line Highlighting
+base04: "495156" # Dark Foreground (Used for status bars)
 base05: "d3c6aa" # Default Foreground, Caret, Delimiters, Operators
-base06: "e6e2cc" # Light Foreground (Not often used)
-base07: "fdf6e3" # Light Background (Not often used)
+base06: "edeada" # Light Foreground (Not often used)
+base07: "e8e5d5" # Light Background (Not often used)
 base08: "e67e80" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
 base09: "e69875" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
 base0A: "dbbc7f" # Classes, Markup Bold, Search Text Background
index ed8f32ef9393b5f0622115506b2b151e516c9194..a66298fb3128adba8d4b9556c4fef2fc35d75475 100644 (file)
@@ -1,10 +1,11 @@
 ## {{scheme-name}} theme
 ## by {{scheme-author}}
 
-background={{base00-hex}}ff
+[colors]
+background={{base00-hex}}aa
 text={{base05-hex}}ff
 match={{base0D-hex}}ff
-selection={{base03-hex}}ff
-selection-text={{base06-hex}}ff
+selection={{base02-hex}}f2
+selection-text={{base05-hex}}ff
 selection-match={{base0D-hex}}ff
-border={{base05-hex}}ff
+border={{base05-hex}}fa
index f4d3e3e648abed686a405753f22e85d984404003..886f0b3dd32d43b73db03338d8fdd34f5ad12694 100644 (file)
@@ -1,10 +1,11 @@
 ## {{scheme-name}} theme
 ## by {{scheme-author}}
 
-background={{base01-hex}}f2
+[colors]
+background={{base01-hex}}aa
 text={{base05-hex}}ff
 match={{base0D-hex}}ff
-selection={{base03-hex}}ff
-selection-text={{base06-hex}}ff
+selection={{base02-hex}}f2
+selection-text={{base05-hex}}ff
 selection-match={{base0D-hex}}ff
-border={{base0C-hex}}ff
+border={{base0C-hex}}fa