From: Andre Ramnitz Date: Thu, 17 Jul 2025 14:42:43 +0000 (+0200) Subject: flavours: tweak schemes & templates X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=cde3db39453d1af259090908641a5b2cba2c9f31;p=dotfiles.git flavours: tweak schemes & templates --- diff --git a/dot-config/flavours/config.toml b/dot-config/flavours/config.toml index 0226ad9d..3851617c 100644 --- a/dot-config/flavours/config.toml +++ b/dot-config/flavours/config.toml @@ -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]] diff --git a/dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml b/dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml index 1c570e44..70deba06 100644 --- a/dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml +++ b/dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml @@ -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 diff --git a/dot-config/flavours/templates/fuzzel/templates/default.mustache b/dot-config/flavours/templates/fuzzel/templates/default.mustache index ed8f32ef..a66298fb 100644 --- a/dot-config/flavours/templates/fuzzel/templates/default.mustache +++ b/dot-config/flavours/templates/fuzzel/templates/default.mustache @@ -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 diff --git a/dot-config/flavours/templates/fuzzel/templates/smooth.mustache b/dot-config/flavours/templates/fuzzel/templates/smooth.mustache index f4d3e3e6..886f0b3d 100644 --- a/dot-config/flavours/templates/fuzzel/templates/smooth.mustache +++ b/dot-config/flavours/templates/fuzzel/templates/smooth.mustache @@ -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