From: Andre Ramnitz Date: Thu, 4 Sep 2025 23:59:50 +0000 (+0200) Subject: retire flavours X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=c40413dfcea74ca6cf1fe6d871e4a4185a0b291f;p=dotfiles.git retire flavours --- diff --git a/dot-config/flavours/config.toml b/dot-config/flavours/config.toml deleted file mode 100644 index 7c015477..00000000 --- a/dot-config/flavours/config.toml +++ /dev/null @@ -1,93 +0,0 @@ -shell = "bash -c '{}'" - -[[item]] -template = "foot" -file = "~/.config/foot/base16-colors.ini" -rewrite = true - -[[item]] -template = "shell" -file = "~/.local/bin/base16-flavours" -rewrite = true -hook = "sleep 0.5 && pkill -USR1 fish" - -[[item]] -template = "fuzzel" -subtemplate = "smooth" -file = "~/.config/fuzzel/base16-colors.ini" -rewrite = true - -[[item]] -template = "hyprland" -subtemplate = "colors" -file = "~/.config/hypr/base16-colors.conf" -hook = "hyprctl reload" -rewrite = true - -[[item]] -template = "qutebrowser" -subtemplate = "minimal" -file = "~/.config/qutebrowser/base16-wrapper.py" -hook = "~/.config/flavours/hooks/reloadqb" -rewrite = true - -[[item]] -template = "waybar" -file = "~/.config/waybar/base16-colors.css" -hook = "pkill -USR2 waybar" -rewrite = true - -[[item]] -template = "kdeplasma" -subtemplate = "default-blue" -file = "~/.local/share/color-schemes/base16.colors" -rewrite = true -hook = "plasma-apply-colorscheme Noop && plasma-apply-colorscheme base16" - -[[item]] -template = "konsole" -subtemplate = "default" -file = "~/.local/share/konsole/base16.colorscheme" -rewrite = true - -[[item]] -template = "kakoune" -subtemplate = "dabruin-alpha" -file = "~/.config/kak/dabruin-wrapper.kak" -rewrite = true - -[[item]] -template = "kakoune" -subtemplate = "default" -file = "~/.config/kak/colors/base16.kak" -rewrite = true - -[[item]] -template = "fish" -file = "~/.local/bin/base16-flavours-fish" -rewrite = true -hook = "sleep 0.5 && pkill -USR1 fish" - -[[item]] -template = "aerc" -file = "~/.config/aerc/stylesets/base16" -rewrite = true - -[[item]] -template = "stylesheets" -subtemplate = "css-variables" -file = "/home/andy/.mozilla/firefox/bqritlod.default-release/chrome/base16.css" -rewrite = true - -[[item]] -template = "dircolors" -file = "~/.config/flavours/templates/dircolors/scripts/gen_dircolors.py" -hook = "eval dircolors <(python3 ~/.config/flavours/templates/dircolors/scripts/gen_dircolors.py)" -rewrite = true - -[[item]] -template = "mako" -subtemplate = "alpha" -file = "~/.config/mako/config" -hook = "makoctl reload && notify-send -u low Flavours \"colorscheme applied\"" - diff --git a/dot-config/flavours/hooks/reloadqb b/dot-config/flavours/hooks/reloadqb deleted file mode 100755 index 03d4d08c..00000000 --- a/dot-config/flavours/hooks/reloadqb +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/bash -if [ $(darkmode query) = "dark" ]; then - sed -i 's/c.colors.webpage.preferred_color_scheme = "light"/c.colors.webpage.preferred_color_scheme = "dark"/' ~/.config/qutebrowser/config.py -else - sed -i 's/c.colors.webpage.preferred_color_scheme = "dark"/c.colors.webpage.preferred_color_scheme = "light"/' ~/.config/qutebrowser/config.py -fi -pgrep -x qutebrowser && qutebrowser :config-source - diff --git a/dot-config/flavours/schemes/catpuccin/catpuccin-frappe.yaml b/dot-config/flavours/schemes/catpuccin/catpuccin-frappe.yaml deleted file mode 100644 index 2d6f0083..00000000 --- a/dot-config/flavours/schemes/catpuccin/catpuccin-frappe.yaml +++ /dev/null @@ -1,18 +0,0 @@ -scheme: "Catppuccin Frappe" -author: "https://github.com/catppuccin/catppuccin" -base00: "303446" # base -base01: "292c3c" # mantle -base02: "414559" # surface0 -base03: "51576d" # surface1 -base04: "626880" # surface2 -base05: "c6d0f5" # text -base06: "f2d5cf" # rosewater -base07: "babbf1" # lavender -base08: "e78284" # red -base09: "ef9f76" # peach -base0A: "e5c890" # yellow -base0B: "a6d189" # green -base0C: "81c8be" # teal -base0D: "8caaee" # blue -base0E: "ca9ee6" # mauve -base0F: "eebebe" # flamingo \ No newline at end of file diff --git a/dot-config/flavours/schemes/catpuccin/catpuccin-latte.yaml b/dot-config/flavours/schemes/catpuccin/catpuccin-latte.yaml deleted file mode 100644 index a6a7ed3e..00000000 --- a/dot-config/flavours/schemes/catpuccin/catpuccin-latte.yaml +++ /dev/null @@ -1,18 +0,0 @@ -scheme: "Catppuccin Latte" -author: "https://github.com/catppuccin/catppuccin" -base00: "eff1f5" # base -base01: "e6e9ef" # mantle -base02: "ccd0da" # surface0 -base03: "bcc0cc" # surface1 -base04: "acb0be" # surface2 -base05: "4c4f69" # text -base06: "dc8a78" # rosewater -base07: "7287fd" # lavender -base08: "d20f39" # red -base09: "fe640b" # peach -base0A: "df8e1d" # yellow -base0B: "40a02b" # green -base0C: "179299" # teal -base0D: "1e66f5" # blue -base0E: "8839ef" # mauve -base0F: "dd7878" # flamingo \ No newline at end of file diff --git a/dot-config/flavours/schemes/catpuccin/catpuccin-macchiato.yaml b/dot-config/flavours/schemes/catpuccin/catpuccin-macchiato.yaml deleted file mode 100644 index cb58b1cd..00000000 --- a/dot-config/flavours/schemes/catpuccin/catpuccin-macchiato.yaml +++ /dev/null @@ -1,18 +0,0 @@ -scheme: "Catppuccin Macchiato" -author: "https://github.com/catppuccin/catppuccin" -base00: "24273a" # base -base01: "1e2030" # mantle -base02: "363a4f" # surface0 -base03: "494d64" # surface1 -base04: "5b6078" # surface2 -base05: "cad3f5" # text -base06: "f4dbd6" # rosewater -base07: "b7bdf8" # lavender -base08: "ed8796" # red -base09: "f5a97f" # peach -base0A: "eed49f" # yellow -base0B: "a6da95" # green -base0C: "8bd5ca" # teal -base0D: "8aadf4" # blue -base0E: "c6a0f6" # mauve -base0F: "f0c6c6" # flamingo \ No newline at end of file diff --git a/dot-config/flavours/schemes/catpuccin/catpuccin-mocha.yaml b/dot-config/flavours/schemes/catpuccin/catpuccin-mocha.yaml deleted file mode 100644 index 81bcd0b1..00000000 --- a/dot-config/flavours/schemes/catpuccin/catpuccin-mocha.yaml +++ /dev/null @@ -1,18 +0,0 @@ -scheme: "Catppuccin Mocha" -author: "https://github.com/catppuccin/catppuccin" -base00: "1e1e2e" # base -base01: "181825" # mantle -base02: "313244" # surface0 -base03: "45475a" # surface1 -base04: "585b70" # surface2 -base05: "cdd6f4" # text -base06: "f5e0dc" # rosewater -base07: "b4befe" # lavender -base08: "f38ba8" # red -base09: "fab387" # peach -base0A: "f9e2af" # yellow -base0B: "a6e3a1" # green -base0C: "94e2d5" # teal -base0D: "89b4fa" # blue -base0E: "cba6f7" # mauve -base0F: "f2cdcd" # flamingo \ No newline at end of file diff --git a/dot-config/flavours/schemes/da-one/da-one-black.yaml b/dot-config/flavours/schemes/da-one/da-one-black.yaml deleted file mode 100644 index fac44acd..00000000 --- a/dot-config/flavours/schemes/da-one/da-one-black.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Da One Black" -author: "NNB (https://github.com/NNBnh)" -# description: "Da one color scheme that you alway looking for (pure black background)" -base00: "000000" -base01: "282828" -base02: "585858" -base03: "888888" -base04: "c8c8c8" -base05: "ffffff" -base06: "ffffff" -base07: "ffffff" -base08: "fa7883" -base09: "ffc387" -base0A: "ff9470" -base0B: "98c379" -base0C: "8af5ff" -base0D: "6bb8ff" -base0E: "e799ff" -base0F: "b3684f" diff --git a/dot-config/flavours/schemes/da-one/da-one-gray.yaml b/dot-config/flavours/schemes/da-one/da-one-gray.yaml deleted file mode 100644 index 9267477c..00000000 --- a/dot-config/flavours/schemes/da-one/da-one-gray.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Da One Gray" -author: "NNB (https://github.com/NNBnh)" -# description: "Da one color scheme that you alway looking for (gray background)" -base00: "181818" -base01: "282828" -base02: "585858" -base03: "888888" -base04: "c8c8c8" -base05: "ffffff" -base06: "ffffff" -base07: "ffffff" -base08: "fa7883" -base09: "ffc387" -base0A: "ff9470" -base0B: "98c379" -base0C: "8af5ff" -base0D: "6bb8ff" -base0E: "e799ff" -base0F: "b3684f" diff --git a/dot-config/flavours/schemes/da-one/da-one-ocean.yaml b/dot-config/flavours/schemes/da-one/da-one-ocean.yaml deleted file mode 100644 index a7721612..00000000 --- a/dot-config/flavours/schemes/da-one/da-one-ocean.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Da One Ocean" -author: "NNB (https://github.com/NNBnh)" -# description: "Da one color scheme that you alway looking for (darker blue background)" -base00: "171726" -base01: "22273d" -base02: "525866" -base03: "878d96" -base04: "c8c8c8" -base05: "ffffff" -base06: "ffffff" -base07: "ffffff" -base08: "fa7883" -base09: "ffc387" -base0A: "ff9470" -base0B: "98c379" -base0C: "8af5ff" -base0D: "6bb8ff" -base0E: "e799ff" -base0F: "b3684f" diff --git a/dot-config/flavours/schemes/da-one/da-one-paper.yaml b/dot-config/flavours/schemes/da-one/da-one-paper.yaml deleted file mode 100644 index 779a7991..00000000 --- a/dot-config/flavours/schemes/da-one/da-one-paper.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Da One Paper" -author: "NNB (https://github.com/NNBnh)" -# description: "Da one color scheme that you alway looking for (paper-like-color background)" -base00: "faf0dc" -base01: "c8c8c8" -base02: "888888" -base03: "585858" -base04: "282828" -base05: "181818" -base06: "000000" -base07: "000000" -base08: "de5d6e" -base09: "ff9470" -base0A: "b3684f" -base0B: "76a85d" -base0C: "64b5a7" -base0D: "5890f8" -base0E: "c173d1" -base0F: "b3684f" diff --git a/dot-config/flavours/schemes/da-one/da-one-sea.yaml b/dot-config/flavours/schemes/da-one/da-one-sea.yaml deleted file mode 100644 index 801b17fb..00000000 --- a/dot-config/flavours/schemes/da-one/da-one-sea.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Da One Sea" -author: "NNB (https://github.com/NNBnh)" -# description: "Da one color scheme that you alway looking for (dark blue background)" -base00: "22273d" -base01: "374059" -base02: "525866" -base03: "878d96" -base04: "c8c8c8" -base05: "ffffff" -base06: "ffffff" -base07: "ffffff" -base08: "fa7883" -base09: "ffc387" -base0A: "ff9470" -base0B: "98c379" -base0C: "8af5ff" -base0D: "6bb8ff" -base0E: "e799ff" -base0F: "b3684f" diff --git a/dot-config/flavours/schemes/da-one/da-one-white.yaml b/dot-config/flavours/schemes/da-one/da-one-white.yaml deleted file mode 100644 index eb3bf32e..00000000 --- a/dot-config/flavours/schemes/da-one/da-one-white.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Da One White" -author: "NNB (https://github.com/NNBnh)" -# description: "Da one color scheme that you alway looking for (pure white background)" -base00: "ffffff" -base01: "c8c8c8" -base02: "888888" -base03: "585858" -base04: "282828" -base05: "181818" -base06: "000000" -base07: "000000" -base08: "de5d6e" -base09: "ff9470" -base0A: "b3684f" -base0B: "76a85d" -base0C: "64b5a7" -base0D: "5890f8" -base0E: "c173d1" -base0F: "b3684f" diff --git a/dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml b/dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml deleted file mode 100644 index 70deba06..00000000 --- a/dot-config/flavours/schemes/everforest/everforest-dark-hard.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Everforest Dark Hard" -author: "Sainnhe Park (https://github.com/sainnhe)" -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: "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 -base0B: "a7c080" # Strings, Inherited Class, Markup Code, Diff Inserted -base0C: "83c092" # Support, Regular Expressions, Escape Characters, Markup Quotes -base0D: "7fbbb3" # Functions, Methods, Attribute IDs, Headings -base0E: "d699b6" # Keywords, Storage, Selector, Markup Italic, Diff Changed -base0F: "9da9a0" # Deprecated, Opening/Closing Embedded Language Tags, e.g. - diff --git a/dot-config/flavours/schemes/everforest/everforest-dark.yaml b/dot-config/flavours/schemes/everforest/everforest-dark.yaml deleted file mode 100644 index 677b02fd..00000000 --- a/dot-config/flavours/schemes/everforest/everforest-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Everforest Dark Hard" -author: "Sainnhe Park (https://github.com/sainnhe)" -base00: "2d353b" # bg0, palette1 dark -base01: "343f44" # bg1, palette1 dark -base02: "475258" # bg3, palette1 dark -base03: "859289" # grey1, palette2 dark -base04: "9da9a0" # grey2, palette2 dark -base05: "d3c6aa" # fg, palette2 dark -base06: "e6e2cc" # bg3, palette1 light -base07: "fdf6e3" # bg0, palette1 light -base08: "e67e80" # red, palette2 dark -base09: "e69875" # orange, palette2 dark -base0A: "dbbc7f" # yellow, palette2 dark -base0B: "a7c080" # green, palette2 dark -base0C: "83c092" # aqua, palette2 dark -base0D: "7fbbb3" # blue, palette2 dark -base0E: "d699b6" # purple, palette2 dark -base0F: "9da9a0" # grey2, palette2 dark - diff --git a/dot-config/flavours/schemes/misc/ashes.yaml b/dot-config/flavours/schemes/misc/ashes.yaml deleted file mode 100644 index 8c207a22..00000000 --- a/dot-config/flavours/schemes/misc/ashes.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Ashes" -author: "Jannik Siebert (https://github.com/janniks)" -base00: "1C2023" # ---- dark -base01: "393F45" # --- -base02: "565E65" # -- -base03: "747C84" # - -base04: "ADB3BA" # + -base05: "C7CCD1" # ++ -base06: "DFE2E5" # +++ -base07: "F3F4F5" # ++++ light -base08: "C7AE95" # orange -base09: "C7C795" # yellow -base0A: "AEC795" # poison green -base0B: "95C7AE" # turquois -base0C: "95AEC7" # aqua -base0D: "AE95C7" # purple -base0E: "C795AE" # pink -base0F: "C79595" # light red - diff --git a/dot-config/flavours/schemes/misc/ayu-dark.yaml b/dot-config/flavours/schemes/misc/ayu-dark.yaml deleted file mode 100644 index 2978fee8..00000000 --- a/dot-config/flavours/schemes/misc/ayu-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Ayu Dark" -author: "Khue Nguyen " -base00: "0F1419" -base01: "131721" -base02: "272D38" -base03: "3E4B59" -base04: "BFBDB6" -base05: "E6E1CF" -base06: "E6E1CF" -base07: "F3F4F5" -base08: "F07178" -base09: "FF8F40" -base0A: "FFB454" -base0B: "B8CC52" -base0C: "95E6CB" -base0D: "59C2FF" -base0E: "D2A6FF" -base0F: "E6B673" - diff --git a/dot-config/flavours/schemes/misc/ayu-light.yaml b/dot-config/flavours/schemes/misc/ayu-light.yaml deleted file mode 100644 index 90bce997..00000000 --- a/dot-config/flavours/schemes/misc/ayu-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Ayu Light" -author: "Khue Nguyen " -base00: "FAFAFA" -base01: "F3F4F5" -base02: "F8F9FA" -base03: "ABB0B6" -base04: "828C99" -base05: "5C6773" -base06: "242936" -base07: "1A1F29" -base08: "F07178" -base09: "FA8D3E" -base0A: "F2AE49" -base0B: "86B300" -base0C: "4CBF99" -base0D: "36A3D9" -base0E: "A37ACC" -base0F: "E6BA7E" - diff --git a/dot-config/flavours/schemes/misc/ayu-mirage.yaml b/dot-config/flavours/schemes/misc/ayu-mirage.yaml deleted file mode 100644 index 18f2faea..00000000 --- a/dot-config/flavours/schemes/misc/ayu-mirage.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Ayu Mirage" -author: "Khue Nguyen " -base00: "171B24" -base01: "1F2430" -base02: "242936" -base03: "707A8C" -base04: "8A9199" -base05: "CCCAC2" -base06: "D9D7CE" -base07: "F3F4F5" -base08: "F28779" -base09: "FFAD66" -base0A: "FFD173" -base0B: "D5FF80" -base0C: "95E6CB" -base0D: "5CCFE6" -base0E: "D4BFFF" -base0F: "F29E74" - diff --git a/dot-config/flavours/schemes/misc/gotham.yaml b/dot-config/flavours/schemes/misc/gotham.yaml deleted file mode 100644 index 27b04e61..00000000 --- a/dot-config/flavours/schemes/misc/gotham.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Gotham" -author: "Andrea Leopardi (arranged by Brett Jones)" -base00: "0c1014" -base01: "11151c" -base02: "091f2e" -base03: "0a3749" -base04: "245361" -base05: "599cab" -base06: "99d1ce" -base07: "d3ebe9" -base08: "c23127" -base09: "d26937" -base0A: "edb443" -base0B: "33859E" -base0C: "2aa889" -base0D: "195466" -base0E: "888ca6" -base0F: "4e5166" - diff --git a/dot-config/flavours/schemes/misc/hopscotch.yaml b/dot-config/flavours/schemes/misc/hopscotch.yaml deleted file mode 100644 index cfd287ce..00000000 --- a/dot-config/flavours/schemes/misc/hopscotch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Hopscotch" -author: "Jan T. Sott" -base00: "322931" # ---- -base01: "433b42" # --- -base02: "5c545b" # -- -base03: "797379" # - -base04: "989498" # + -base05: "b9b5b8" # ++ -base06: "d5d3d5" # +++ -base07: "ffffff" # ++++ -base08: "dd464c" # red -base09: "fd8b19" # orange -base0A: "fdcc59" # yellow -base0B: "8fc13e" # green -base0C: "149b93" # aqua -base0D: "1290bf" # blue -base0E: "c85e7c" # purple -base0F: "b33508" # brown - diff --git a/dot-config/flavours/schemes/misc/humanoid-dark.yaml b/dot-config/flavours/schemes/misc/humanoid-dark.yaml deleted file mode 100644 index 9bddf73b..00000000 --- a/dot-config/flavours/schemes/misc/humanoid-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Humanoid dark" -author: "Thomas (tasmo) Friese" -base00: "232629" # #232629 ---- -base01: "333b3d" # #333b3d --- -base02: "484e54" # #484e54 -- -base03: "60615d" # #60615d - -base04: "c0c0bd" # #c0c0bd + -base05: "f8f8f2" # #f8f8f2 ++ -base06: "fcfcf6" # #fcfcf6 +++ -base07: "fcfcfc" # #fcfcfc ++++ -base08: "f11235" # #f11235 red -base09: "ff9505" # #ff9505 orange -base0A: "ffb627" # #ffb627 yellow -base0B: "02d849" # #02d849 green -base0C: "0dd9d6" # #0dd9d6 aqua/cyan -base0D: "00a6fb" # #00a6fb blue -base0E: "f15ee3" # #f15ee3 purple -base0F: "b27701" # #b27701 brown - diff --git a/dot-config/flavours/schemes/misc/humanoid-light.yaml b/dot-config/flavours/schemes/misc/humanoid-light.yaml deleted file mode 100644 index 5f45bd05..00000000 --- a/dot-config/flavours/schemes/misc/humanoid-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Humanoid light" -author: "Thomas (tasmo) Friese" -base00: "f8f8f2" # #f8f8f2 ---- -base01: "efefe9" # #efefe9 --- -base02: "deded8" # #deded8 -- -base03: "c0c0bd" # #c0c0bd - -base04: "60615d" # #60615d + -base05: "232629" # #232629 ++ -base06: "2f3337" # #2f3337 +++ -base07: "070708" # #070708 ++++ -base08: "b0151a" # #b0151a red -base09: "ff3d00" # #ff3d00 orange -base0A: "ffb627" # #ffb627 yellow -base0B: "388e3c" # #388e3c green -base0C: "008e8e" # #008e8e aqua/cyan -base0D: "0082c9" # #0082c9 blue -base0E: "700f98" # #700f98 purple -base0F: "b27701" # #b27701 brown - diff --git a/dot-config/flavours/schemes/misc/ia-dark.yaml b/dot-config/flavours/schemes/misc/ia-dark.yaml deleted file mode 100644 index a0c723c3..00000000 --- a/dot-config/flavours/schemes/misc/ia-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "iA Dark" -author: "iA Inc. (modified by aramisgithub)" -base00: "1a1a1a" -base01: "222222" -base02: "1d414d" -base03: "767676" -base04: "b8b8b8" -base05: "cccccc" -base06: "e8e8e8" -base07: "f8f8f8" -base08: "d88568" -base09: "d86868" -base0A: "b99353" -base0B: "83a471" -base0C: "7c9cae" -base0D: "8eccdd" -base0E: "b98eb2" -base0F: "8b6c37" - diff --git a/dot-config/flavours/schemes/misc/ia-light.yaml b/dot-config/flavours/schemes/misc/ia-light.yaml deleted file mode 100644 index cd1284e3..00000000 --- a/dot-config/flavours/schemes/misc/ia-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "iA Light" -author: "iA Inc. (modified by aramisgithub)" -base00: "f6f6f6" -base01: "dedede" -base02: "bde5f2" -base03: "898989" -base04: "767676" -base05: "181818" -base06: "e8e8e8" -base07: "f8f8f8" -base08: "9c5a02" -base09: "c43e18" -base0A: "c48218" -base0B: "38781c" -base0C: "2d6bb1" -base0D: "48bac2" -base0E: "a94598" -base0F: "8b6c37" - diff --git a/dot-config/flavours/schemes/misc/irblack.yaml b/dot-config/flavours/schemes/misc/irblack.yaml deleted file mode 100644 index b3fa262b..00000000 --- a/dot-config/flavours/schemes/misc/irblack.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "IR Black" -author: "Timothée Poisot (http://timotheepoisot.fr)" -base00: "000000" -base01: "242422" -base02: "484844" -base03: "6c6c66" -base04: "918f88" -base05: "b5b3aa" -base06: "d9d7cc" -base07: "fdfbee" -base08: "ff6c60" -base09: "e9c062" -base0A: "ffffb6" -base0B: "a8ff60" -base0C: "c6c5fe" -base0D: "96cbfe" -base0E: "ff73fd" -base0F: "b18a3d" - diff --git a/dot-config/flavours/schemes/misc/jabuti.yaml b/dot-config/flavours/schemes/misc/jabuti.yaml deleted file mode 100644 index c10dc83c..00000000 --- a/dot-config/flavours/schemes/misc/jabuti.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Jabuti" -author: "https://github.com/notusknot" -base00: "292A37" -base01: "343545" -base02: "3c3e51" -base03: "45475d" -base04: "50526b" -base05: "c0cbe3" -base06: "d9e0ee" -base07: "ffffff" -base08: "ec6a88" -base09: "efb993" -base0A: "e1c697" -base0B: "3FDAA4" -base0C: "ff7eb6" -base0D: "3FC6DE" -base0E: "be95ff" -base0F: "8b8da9" - diff --git a/dot-config/flavours/schemes/misc/measured-dark.yaml b/dot-config/flavours/schemes/misc/measured-dark.yaml deleted file mode 100644 index 4939abd3..00000000 --- a/dot-config/flavours/schemes/misc/measured-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Measured Dark" -author: "Measured (https://measured.co)" -base00: "00211f" -base01: "003a38" -base02: "005453" -base03: "ababab" -base04: "c3c3c3" -base05: "dcdcdc" -base06: "efefef" -base07: "f5f5f5" -base08: "ce7e8e" -base09: "dca37c" -base0A: "bfac4e" -base0B: "56c16f" -base0C: "62c0be" -base0D: "88b0da" -base0E: "b39be0" -base0F: "d89aba" - diff --git a/dot-config/flavours/schemes/misc/measured-light.yaml b/dot-config/flavours/schemes/misc/measured-light.yaml deleted file mode 100644 index c3c8ca39..00000000 --- a/dot-config/flavours/schemes/misc/measured-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Measured Light" -author: "Measured (https://measured.co)" -base00: "fdf9f5" -base01: "f9f5f1" -base02: "ffeada" -base03: "5a5a5a" -base04: "404040" -base05: "292929" -base06: "181818" -base07: "000000" -base08: "ac1f35" -base09: "ad5601" -base0A: "645a00" -base0B: "0c680c" -base0C: "01716f" -base0D: "0158ad" -base0E: "6645c2" -base0F: "a81a66" - diff --git a/dot-config/flavours/schemes/misc/paraiso.yaml b/dot-config/flavours/schemes/misc/paraiso.yaml deleted file mode 100644 index 66629433..00000000 --- a/dot-config/flavours/schemes/misc/paraiso.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Paraiso" -author: "Jan T. Sott" -base00: "2f1e2e" # ---- -base01: "41323f" # --- -base02: "4f424c" # -- -base03: "776e71" # - -base04: "8d8687" # + -base05: "a39e9b" # ++ -base06: "b9b6b0" # +++ -base07: "e7e9db" # ++++ -base08: "ef6155" # red -base09: "f99b15" # orange -base0A: "fec418" # yellow -base0B: "48b685" # green -base0C: "5bc4bf" # aqua -base0D: "06b6ef" # blue -base0E: "815ba4" # purple -base0F: "e96ba8" # brown - diff --git a/dot-config/flavours/schemes/misc/pop.yaml b/dot-config/flavours/schemes/misc/pop.yaml deleted file mode 100644 index 72c69c80..00000000 --- a/dot-config/flavours/schemes/misc/pop.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Pop" -author: "Chris Kempson (http://chriskempson.com)" -base00: "000000" -base01: "202020" -base02: "303030" -base03: "505050" -base04: "b0b0b0" -base05: "d0d0d0" -base06: "e0e0e0" -base07: "ffffff" -base08: "eb008a" -base09: "f29333" -base0A: "f8ca12" -base0B: "37b349" -base0C: "00aabb" -base0D: "0e5a94" -base0E: "b31e8d" -base0F: "7a2d00" - diff --git a/dot-config/flavours/schemes/misc/primer-dark-dimmed.yaml b/dot-config/flavours/schemes/misc/primer-dark-dimmed.yaml deleted file mode 100644 index 38576ffa..00000000 --- a/dot-config/flavours/schemes/misc/primer-dark-dimmed.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Primer Dark Dimmed" -author: "Jimmy Lin" -base00: "1c2128" -base01: "373e47" -base02: "444c56" -base03: "545d68" -base04: "768390" -base05: "909dab" -base06: "adbac7" -base07: "cdd9e5" -base08: "f47067" -base09: "e0823d" -base0A: "c69026" -base0B: "57ab5a" -base0C: "96d0ff" -base0D: "539bf5" -base0E: "e275ad" -base0F: "ae5622" - diff --git a/dot-config/flavours/schemes/misc/primer-dark.yaml b/dot-config/flavours/schemes/misc/primer-dark.yaml deleted file mode 100644 index 99bd10e5..00000000 --- a/dot-config/flavours/schemes/misc/primer-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Primer Dark" -author: "Jimmy Lin" -base00: "010409" -base01: "21262d" -base02: "30363d" -base03: "484f58" -base04: "8b949e" -base05: "b1bac4" -base06: "c9d1d9" -base07: "f0f6fc" -base08: "ff7b72" -base09: "f0883e" -base0A: "d29922" -base0B: "3fb950" -base0C: "a5d6ff" -base0D: "58a6ff" -base0E: "f778ba" -base0F: "bd561d" - diff --git a/dot-config/flavours/schemes/misc/primer-light.yaml b/dot-config/flavours/schemes/misc/primer-light.yaml deleted file mode 100644 index 22869122..00000000 --- a/dot-config/flavours/schemes/misc/primer-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Primer Light" -author: "Jimmy Lin" -base00: "fafbfc" -base01: "e1e4e8" -base02: "d1d5da" -base03: "959da5" -base04: "444d56" -base05: "2f363d" -base06: "24292e" -base07: "1b1f23" -base08: "d73a49" -base09: "f66a0a" -base0A: "ffd33d" -base0B: "28a745" -base0C: "79b8ff" -base0D: "0366d6" -base0E: "ea4aaa" -base0F: "a04100" - diff --git a/dot-config/flavours/schemes/misc/railscast.yaml b/dot-config/flavours/schemes/misc/railscast.yaml deleted file mode 100644 index 298e4c9e..00000000 --- a/dot-config/flavours/schemes/misc/railscast.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Railscasts" -author: "Ryan Bates (http://railscasts.com)" -base00: "2b2b2b" -base01: "272935" -base02: "3a4055" -base03: "5a647e" -base04: "d4cfc9" -base05: "e6e1dc" -base06: "f4f1ed" -base07: "f9f7f3" -base08: "da4939" -base09: "cc7833" -base0A: "ffc66d" -base0B: "a5c261" -base0C: "519f50" -base0D: "6d9cbe" -base0E: "b6b3eb" -base0F: "bc9458" - diff --git a/dot-config/flavours/schemes/misc/sparky.yaml b/dot-config/flavours/schemes/misc/sparky.yaml deleted file mode 100644 index 8a74f1ff..00000000 --- a/dot-config/flavours/schemes/misc/sparky.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Sparky" -author: "Leila Sother (https://github.com/mixcoac)" -base00: "072B31" # 546 C - Background -base01: "00313C" # 547 C - Lighter Background -base02: "003C46" # 547 CP - Selection -base03: "003B49" # 309 C - Comments -base04: "00778B" # 7705 C - Lightest Background -base05: "F4F5F0" # 11-0601 Tcx - Foreground -base06: "F5F5F1" # P 179-1 U - Grey -base07: "FFFFFF" # Hex White - White - there is no whiter Pantone than 11-0601 Tcx -base08: "FF585D" # 178 C - Red -base09: "FF8F1C" # 1375 C - Orange -base0A: "FBDD40" # 114 C - Yellow -base0B: "78D64B" # 7488 C - Green -base0C: "2DCCD3" # 319 C - Cyan -base0D: "4698CB" # 7688 C - Blue -base0E: "D59ED7" # 7438 C - Purple -base0F: "9B704D" # 10367 C - Brown - diff --git a/dot-config/flavours/schemes/misc/suse-alt.yaml b/dot-config/flavours/schemes/misc/suse-alt.yaml deleted file mode 100644 index 6b36b285..00000000 --- a/dot-config/flavours/schemes/misc/suse-alt.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Opensuse" -author: "freerunner" -base00: "1D1D1D" # ---- dark -base01: "3e3e3e" # --- -base02: "525252" # -- -base03: "6f6f6f" # - -base04: "999999" # + -base05: "bababa" # ++ -base06: "dcdbdc" # +++ -base07: "efefef" # ++++ light -base08: "d6516e" # red -base09: "F9CABF" # -base0A: "f0db4f" # yellow -base0B: "a1ef8b" # green -base0C: "00BDA7" # cyan -base0D: "7dc6e2" # blue -base0E: "5d4f99" # violet -base0F: "E8C1F7" # - diff --git a/dot-config/flavours/schemes/misc/suse-official.yaml b/dot-config/flavours/schemes/misc/suse-official.yaml deleted file mode 100644 index eb81b485..00000000 --- a/dot-config/flavours/schemes/misc/suse-official.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Opensuse" -author: "freerunner" -base00: "1D1D1D" # ---- dark -base01: "2e3436" # --- -base02: "525252" # -- -base03: "6f6f6f" # - -base04: "999999" # + -base05: "babdb6" # ++ -base06: "dcdbdc" # +++ -base07: "efefef" # ++++ light -base08: "ff4d4d" # red -base09: "fcb11c" # -base0A: "ffff66" # yellow -base0B: "91d007" # green -base0C: "35b9ab" # cyan -base0D: "5080ff" # blue -base0E: "d4c4ff" # violet -base0F: "E8C1F7" # - diff --git a/dot-config/flavours/schemes/misc/tokyo-city-terminal-dark.yaml b/dot-config/flavours/schemes/misc/tokyo-city-terminal-dark.yaml deleted file mode 100644 index 0c07e9a3..00000000 --- a/dot-config/flavours/schemes/misc/tokyo-city-terminal-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Tokyo City Terminal Dark" -author: "Michaël Ball" -base00: "171D23" -base01: "1D252C" -base02: "28323A" -base03: "526270" -base04: "B7C5D3" -base05: "D8E2EC" -base06: "F6F6F8" -base07: "FBFBFD" -base08: "D95468" -base09: "FF9E64" -base0A: "EBBF83" -base0B: "8BD49C" -base0C: "70E1E8" -base0D: "539AFC" -base0E: "B62D65" -base0F: "DD9D82" - diff --git a/dot-config/flavours/schemes/misc/tokyo-city-terminal-light.yaml b/dot-config/flavours/schemes/misc/tokyo-city-terminal-light.yaml deleted file mode 100644 index 55a4be0c..00000000 --- a/dot-config/flavours/schemes/misc/tokyo-city-terminal-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Tokyo City Terminal Light" -author: "Michaël Ball" -base00: "FBFBFD" -base01: "F6F6F8" -base02: "D8E2EC" -base03: "B7C5D3" -base04: "526270" -base05: "28323A" -base06: "1D252C" -base07: "171D23" -base08: "8C4351" -base09: "965027" -base0A: "8f5E15" -base0B: "33635C" -base0C: "0F4B6E" -base0D: "34548A" -base0E: "5A4A78" -base0F: "7E5140" - diff --git a/dot-config/flavours/schemes/misc/tokyo-night-terminal-dark.yaml b/dot-config/flavours/schemes/misc/tokyo-night-terminal-dark.yaml deleted file mode 100644 index 45167016..00000000 --- a/dot-config/flavours/schemes/misc/tokyo-night-terminal-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Tokyo Night Terminal Dark" -author: "Michaël Ball" -base00: "16161E" -base01: "1A1B26" -base02: "2F3549" -base03: "444B6A" -base04: "787C99" -base05: "787C99" -base06: "CBCCD1" -base07: "D5D6DB" -base08: "F7768E" -base09: "FF9E64" -base0A: "E0AF68" -base0B: "41A6B5" -base0C: "7DCFFF" -base0D: "7AA2F7" -base0E: "BB9AF7" -base0F: "D18616" - diff --git a/dot-config/flavours/schemes/misc/tokyo-night-terminal-light.yaml b/dot-config/flavours/schemes/misc/tokyo-night-terminal-light.yaml deleted file mode 100644 index e4d6baa2..00000000 --- a/dot-config/flavours/schemes/misc/tokyo-night-terminal-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Tokyo Night Terminal Light" -author: "Michaël Ball" -base00: "D5D6DB" -base01: "CBCCD1" -base02: "DFE0E5" -base03: "9699A3" -base04: "4C505E" -base05: "4C505E" -base06: "1A1B26" -base07: "1A1B26" -base08: "8C4351" -base09: "965027" -base0A: "8F5E15" -base0B: "33635C" -base0C: "0F4B6E" -base0D: "34548A" -base0E: "5A4A78" -base0F: "655259" - diff --git a/dot-config/flavours/schemes/misc/tube.yaml b/dot-config/flavours/schemes/misc/tube.yaml deleted file mode 100644 index 7e445616..00000000 --- a/dot-config/flavours/schemes/misc/tube.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "London Tube" -author: "Jan T. Sott" -base00: "231f20" # ---- -base01: "1c3f95" # --- -base02: "5a5758" # -- -base03: "737171" # - -base04: "959ca1" # + -base05: "d9d8d8" # ++ -base06: "e7e7e8" # +++ -base07: "ffffff" # ++++ -base08: "ee2e24" # red -base09: "f386a1" # orange -base0A: "ffd204" # yellow -base0B: "00853e" # green -base0C: "85cebc" # aqua -base0D: "009ddc" # blue -base0E: "98005d" # purple -base0F: "b06110" # brown - diff --git a/dot-config/flavours/schemes/solarized/solarized-dark.yaml b/dot-config/flavours/schemes/solarized/solarized-dark.yaml deleted file mode 100644 index bda3ece8..00000000 --- a/dot-config/flavours/schemes/solarized/solarized-dark.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Solarized Dark" -author: "Ethan Schoonover (modified by aramisgithub)" -base00: "002b36" -base01: "073642" -base02: "586e75" -base03: "657b83" -base04: "839496" -base05: "93a1a1" -base06: "eee8d5" -base07: "fdf6e3" -base08: "dc322f" -base09: "cb4b16" -base0A: "b58900" -base0B: "859900" -base0C: "2aa198" -base0D: "268bd2" -base0E: "6c71c4" -base0F: "d33682" - diff --git a/dot-config/flavours/schemes/solarized/solarized-light.yaml b/dot-config/flavours/schemes/solarized/solarized-light.yaml deleted file mode 100644 index 4a15adb2..00000000 --- a/dot-config/flavours/schemes/solarized/solarized-light.yaml +++ /dev/null @@ -1,19 +0,0 @@ -scheme: "Solarized Light" -author: "Ethan Schoonover, Mitchell Kember" -base00: "fdf6e3" -base01: "eee8d5" -base02: "c0c4bb" -base03: "93a1a1" -base04: "839496" -base05: "657b83" -base06: "586e75" -base07: "002b36" -base08: "dc322f" -base09: "cb4b16" -base0A: "b58900" -base0B: "859900" -base0C: "2aa198" -base0D: "268bd2" -base0E: "6c71c4" -base0F: "d33682" - diff --git a/dot-config/flavours/sources/schemes/list.yaml b/dot-config/flavours/sources/schemes/list.yaml deleted file mode 100644 index daeb0962..00000000 --- a/dot-config/flavours/sources/schemes/list.yaml +++ /dev/null @@ -1,92 +0,0 @@ -# Please order list alphanumerically -# apprentice: https://github.com/casonadams/base16-apprentice-scheme -# atelier: https://github.com/atelierbram/base16-atelier-schemes -# atlas: https://github.com/ajlende/base16-atlas-scheme -# black-metal: https://github.com/metalelf0/base16-black-metal-scheme -# blueish: https://github.com/TheMayoras/base16-blueish-scheme -# #brogrammer: https://github.com/piggyslasher/base16-brogrammer-scheme -# brushtrees: https://github.com/WhiteAbeLincoln/base16-brushtrees-scheme -# circus: https://github.com/stepchowfun/base16-circus-scheme -# classic: https://github.com/detly/base16-classic-scheme -# codeschool: https://github.com/blockloop/base16-codeschool-scheme -# colors: https://github.com/hakatashi/base16-colors-scheme -# cupertino: https://github.com/Defman21/base16-cupertino -# danqing: https://github.com/CosmosAtlas/base16-danqing-scheme -# darkmoss: https://github.com/avanzzzi/base16-darkmoss-scheme -# darkviolet: https://github.com/ruler501/base16-darkviolet-scheme -default: https://github.com/chriskempson/base16-default-schemes -# dirtysea: https://github.com/tartansandal/base16-dirtysea-scheme -dracula: https://github.com/dracula/base16-dracula-scheme -# edge: https://github.com/cjayross/base16-edge-schemes -# equilibrium: https://github.com/carloabelli/base16-equilibrium-scheme -# espresso: https://github.com/alexmirrington/base16-espresso-scheme -# eva: https://github.com/kjakapat/base16-eva-scheme -# framer: https://github.com/jssee/base16-framer-scheme -# fruit-soda: https://github.com/jozip/base16-fruit-soda-scheme -# gigavolt: https://github.com/Whillikers/base16-gigavolt-scheme -# github: https://github.com/Defman21/base16-github-scheme -gruvbox: https://github.com/dawikur/base16-gruvbox-scheme -# hardcore: https://github.com/callerc1/base16-hardcore-scheme -# heetch: https://github.com/tealeg/base16-heetch-scheme -# helios: https://github.com/reyemxela/base16-helios-scheme -# horizon: https://github.com/michael-ball/base16-horizon-scheme -horizon: https://git.michaelball.name/base16-horizon-scheme -# humanoid: https://github.com/humanoid-colors/base16-humanoid-schemes -# ia: https://github.com/aramisgithub/base16-ia-scheme -# icy: https://github.com/icyphox/base16-icy-scheme -# katy: https://github.com/gessig/base16-katy-scheme -# kimber: https://github.com/akhsiM/base16-kimber-scheme -# limelight: https://github.com/limelier/base16-limelight-scheme -# materia: https://github.com/Defman21/base16-materia -# material-vivid: https://github.com/joshyrobot/base16-material-vivid-scheme -# materialtheme: https://github.com/ntpeters/base16-materialtheme-scheme -# mellow: https://github.com/gidsi/base16-mellow-scheme -# mexico-light: https://github.com/drzel/base16-mexico-light-scheme -# nebula: https://github.com/Misterio77/base16-nebula-scheme -nord: https://github.com/ada-lovecraft/base16-nord-scheme -# nova: https://github.com/gessig/base16-nova-scheme -# one-light: https://github.com/purpleKarrot/base16-one-light-scheme -# onedark: https://github.com/tilal6991/base16-onedark-scheme -# outrun: https://github.com/hugodelahousse/base16-outrun-schemes -# #papercolor: https://github.com/jonleopard/base16-papercolor-scheme -# pasque: https://github.com/Misterio77/base16-pasque-scheme -# pinky: https://github.com/b3nj5m1n/base16-pinky-scheme -# porple: https://github.com/AuditeMarlow/base16-porple-scheme -# primer: https://github.com/jmlntw/base16-primer-scheme -# purpledream: https://github.com/archmalet/base16-purpledream-scheme -# qualia: https://github.com/isaacwhanson/base16-qualia-scheme -# rebecca: https://github.com/vic/base16-rebecca -rose-pine: https://github.com/edunfelt/base16-rose-pine-scheme -# sagelight: https://github.com/cveldy/base16-sagelight-scheme -# sakura: https://github.com/Misterio77/base16-sakura-scheme -# sandcastle: https://github.com/gessig/base16-sandcastle-scheme -# shades-of-purple: https://github.com/ahmadawais/base16-shades-of-purple -# silk: https://github.com/misterio77/base16-silk-scheme -# snazzy: https://github.com/h404bi/base16-snazzy-scheme -# solarflare: https://github.com/mnussbaum/base16-solarflare-scheme -# solarized: https://github.com/aramisgithub/base16-solarized-scheme -# spaceduck: https://github.com/Misterio77/base16-spaceduck-scheme -# stella: https://github.com/Shrimpram/base16-stella-scheme -# summercamp: https://github.com/zoefiri/base16-summercamp -# summerfruit: https://github.com/cscorley/base16-summerfruit-scheme -# synth-midnight: https://github.com/michael-ball/base16-synth-midnight-scheme -# tango: https://github.com/Schnouki/base16-tango-scheme -# tender: https://github.com/DanManN/base16-tender-scheme -tomorrow: https://github.com/chriskempson/base16-tomorrow-scheme -twilight: https://github.com/hartbit/base16-twilight-scheme -# unikitty: https://github.com/joshwlewis/base16-unikitty -vice: https://github.com/Thomashighbaugh/base16-vice-scheme -vulcan: https://github.com/andreyvpng/base16-vulcan-scheme -# #wood: https://github.com/shhra/base16-wood-scheme -# woodland: https://github.com/jcornwall/base16-woodland-scheme -# xcode-dusk: https://github.com/gonsie/base16-xcode-dusk-scheme -# zenburn: https://github.com/elnawe/base16-zenburn-scheme - -# If your scheme is in this repository, please give it a new home! -# unclaimed: https://github.com/chriskempson/base16-unclaimed-schemes - -# NOTE: the original repo at https://github.com/8-uh/base16-nord-scheme -# is based on another color scheme and doesn't quite match. There was a -# fork to improve the colors, so that's what we're using. If the original -# repo ever gets updated, we can switch back to that. -# nord: https://github.com/spejamchr/base16-nord-scheme diff --git a/dot-config/flavours/sources/sources.yaml b/dot-config/flavours/sources/sources.yaml deleted file mode 100644 index 225bbffd..00000000 --- a/dot-config/flavours/sources/sources.yaml +++ /dev/null @@ -1,2 +0,0 @@ -schemes: https://github.com/chriskempson/base16-schemes-source.git -templates: https://github.com/chriskempson/base16-templates-source.git \ No newline at end of file diff --git a/dot-config/flavours/sources/sources/schemes/list.yaml b/dot-config/flavours/sources/sources/schemes/list.yaml deleted file mode 100644 index daeb0962..00000000 --- a/dot-config/flavours/sources/sources/schemes/list.yaml +++ /dev/null @@ -1,92 +0,0 @@ -# Please order list alphanumerically -# apprentice: https://github.com/casonadams/base16-apprentice-scheme -# atelier: https://github.com/atelierbram/base16-atelier-schemes -# atlas: https://github.com/ajlende/base16-atlas-scheme -# black-metal: https://github.com/metalelf0/base16-black-metal-scheme -# blueish: https://github.com/TheMayoras/base16-blueish-scheme -# #brogrammer: https://github.com/piggyslasher/base16-brogrammer-scheme -# brushtrees: https://github.com/WhiteAbeLincoln/base16-brushtrees-scheme -# circus: https://github.com/stepchowfun/base16-circus-scheme -# classic: https://github.com/detly/base16-classic-scheme -# codeschool: https://github.com/blockloop/base16-codeschool-scheme -# colors: https://github.com/hakatashi/base16-colors-scheme -# cupertino: https://github.com/Defman21/base16-cupertino -# danqing: https://github.com/CosmosAtlas/base16-danqing-scheme -# darkmoss: https://github.com/avanzzzi/base16-darkmoss-scheme -# darkviolet: https://github.com/ruler501/base16-darkviolet-scheme -default: https://github.com/chriskempson/base16-default-schemes -# dirtysea: https://github.com/tartansandal/base16-dirtysea-scheme -dracula: https://github.com/dracula/base16-dracula-scheme -# edge: https://github.com/cjayross/base16-edge-schemes -# equilibrium: https://github.com/carloabelli/base16-equilibrium-scheme -# espresso: https://github.com/alexmirrington/base16-espresso-scheme -# eva: https://github.com/kjakapat/base16-eva-scheme -# framer: https://github.com/jssee/base16-framer-scheme -# fruit-soda: https://github.com/jozip/base16-fruit-soda-scheme -# gigavolt: https://github.com/Whillikers/base16-gigavolt-scheme -# github: https://github.com/Defman21/base16-github-scheme -gruvbox: https://github.com/dawikur/base16-gruvbox-scheme -# hardcore: https://github.com/callerc1/base16-hardcore-scheme -# heetch: https://github.com/tealeg/base16-heetch-scheme -# helios: https://github.com/reyemxela/base16-helios-scheme -# horizon: https://github.com/michael-ball/base16-horizon-scheme -horizon: https://git.michaelball.name/base16-horizon-scheme -# humanoid: https://github.com/humanoid-colors/base16-humanoid-schemes -# ia: https://github.com/aramisgithub/base16-ia-scheme -# icy: https://github.com/icyphox/base16-icy-scheme -# katy: https://github.com/gessig/base16-katy-scheme -# kimber: https://github.com/akhsiM/base16-kimber-scheme -# limelight: https://github.com/limelier/base16-limelight-scheme -# materia: https://github.com/Defman21/base16-materia -# material-vivid: https://github.com/joshyrobot/base16-material-vivid-scheme -# materialtheme: https://github.com/ntpeters/base16-materialtheme-scheme -# mellow: https://github.com/gidsi/base16-mellow-scheme -# mexico-light: https://github.com/drzel/base16-mexico-light-scheme -# nebula: https://github.com/Misterio77/base16-nebula-scheme -nord: https://github.com/ada-lovecraft/base16-nord-scheme -# nova: https://github.com/gessig/base16-nova-scheme -# one-light: https://github.com/purpleKarrot/base16-one-light-scheme -# onedark: https://github.com/tilal6991/base16-onedark-scheme -# outrun: https://github.com/hugodelahousse/base16-outrun-schemes -# #papercolor: https://github.com/jonleopard/base16-papercolor-scheme -# pasque: https://github.com/Misterio77/base16-pasque-scheme -# pinky: https://github.com/b3nj5m1n/base16-pinky-scheme -# porple: https://github.com/AuditeMarlow/base16-porple-scheme -# primer: https://github.com/jmlntw/base16-primer-scheme -# purpledream: https://github.com/archmalet/base16-purpledream-scheme -# qualia: https://github.com/isaacwhanson/base16-qualia-scheme -# rebecca: https://github.com/vic/base16-rebecca -rose-pine: https://github.com/edunfelt/base16-rose-pine-scheme -# sagelight: https://github.com/cveldy/base16-sagelight-scheme -# sakura: https://github.com/Misterio77/base16-sakura-scheme -# sandcastle: https://github.com/gessig/base16-sandcastle-scheme -# shades-of-purple: https://github.com/ahmadawais/base16-shades-of-purple -# silk: https://github.com/misterio77/base16-silk-scheme -# snazzy: https://github.com/h404bi/base16-snazzy-scheme -# solarflare: https://github.com/mnussbaum/base16-solarflare-scheme -# solarized: https://github.com/aramisgithub/base16-solarized-scheme -# spaceduck: https://github.com/Misterio77/base16-spaceduck-scheme -# stella: https://github.com/Shrimpram/base16-stella-scheme -# summercamp: https://github.com/zoefiri/base16-summercamp -# summerfruit: https://github.com/cscorley/base16-summerfruit-scheme -# synth-midnight: https://github.com/michael-ball/base16-synth-midnight-scheme -# tango: https://github.com/Schnouki/base16-tango-scheme -# tender: https://github.com/DanManN/base16-tender-scheme -tomorrow: https://github.com/chriskempson/base16-tomorrow-scheme -twilight: https://github.com/hartbit/base16-twilight-scheme -# unikitty: https://github.com/joshwlewis/base16-unikitty -vice: https://github.com/Thomashighbaugh/base16-vice-scheme -vulcan: https://github.com/andreyvpng/base16-vulcan-scheme -# #wood: https://github.com/shhra/base16-wood-scheme -# woodland: https://github.com/jcornwall/base16-woodland-scheme -# xcode-dusk: https://github.com/gonsie/base16-xcode-dusk-scheme -# zenburn: https://github.com/elnawe/base16-zenburn-scheme - -# If your scheme is in this repository, please give it a new home! -# unclaimed: https://github.com/chriskempson/base16-unclaimed-schemes - -# NOTE: the original repo at https://github.com/8-uh/base16-nord-scheme -# is based on another color scheme and doesn't quite match. There was a -# fork to improve the colors, so that's what we're using. If the original -# repo ever gets updated, we can switch back to that. -# nord: https://github.com/spejamchr/base16-nord-scheme diff --git a/dot-config/flavours/sources/sources/templates/list.yaml b/dot-config/flavours/sources/sources/templates/list.yaml deleted file mode 100644 index afd378a8..00000000 --- a/dot-config/flavours/sources/sources/templates/list.yaml +++ /dev/null @@ -1,81 +0,0 @@ -# Please order list alphanumerically -aerc: https://git.sr.ht/~h4n1/base16-aerc -# alacritty: https://github.com/aaron-williamson/base16-alacritty -# binary-ninja: https://github.com/evanrichter/base16-binary-ninja -# blink: https://github.com/niklaas/base16-blink.git -# c_header: https://github.com/m1sports20/base16-c_header -# concfg: https://github.com/h404bi/base16-concfg -# conemu: https://github.com/martinlindhe/base16-conemu -# console2: https://github.com/AFulgens/base16-console2 -# consolez: https://github.com/AFulgens/base16-consolez -# crosh: https://github.com/philj56/base16-crosh -# dwm: https://github.com/dgmulf/base16-dwm -# dunst: https://github.com/khamer/base16-dunst -# emacs: https://github.com/belak/base16-emacs -# everything: https://github.com/spitfire05/base16-everything -foot: https://github.com/tinted-theming/base16-foot -fuzzel: https://github.com/dark-beep-boop/base16-fuzzel -# fzf: https://github.com/fnune/base16-fzf -# gnome-terminal: https://github.com/aaron-williamson/base16-gnome-terminal -# godot: https://github.com/Calinou/base16-godot -# gtk-flatcolor: https://github.com/Misterio77/base16-gtk-flatcolor -# gtk2: https://github.com/dawikur/base16-gtk2 -# hexchat: https://github.com/Diablo-D3/base16-hexchat -# highlight: https://github.com/bezhermoso/base16-highlight -# html-preview: https://github.com/chriskempson/base16-html-preview -# hugo: https://github.com/yawpitch/base16-hugo -hyprland: https://github.com/kirasok/base16-hyprland -# i3: https://github.com/khamer/base16-i3 -# i3status: https://github.com/Eluminae/base16-i3status -# i3status-rust: https://github.com/mystfox/base16-i3status-rust -# iterm2: https://github.com/martinlindhe/base16-iterm2 -# jetbrains: https://github.com/adilosa/base16-jetbrains -# joe: https://github.com/jjjordan/base16-joe -kakoune: https://github.com/aprilarcus/base16-kakoune -kdeplasma: https://github.com/Base24/base16-kdeplasma -# kitty: https://github.com/kdrag0n/base16-kitty -# konsole: https://github.com/cskeeters/base16-konsole -# luakit: https://github.com/twnaing/base16-luakit -# mako: https://github.com/Eluminae/base16-mako -# mintty: https://github.com/iamthad/base16-mintty -# monodevelop: https://github.com/netpyoung/base16-monodevelop -# prism: https://github.com/atelierbram/base16-prism -# prompt-toolkit: https://github.com/memeplex/base16-prompt-toolkit -# putty: https://github.com/abravalheri/base16-putty -# pygments: https://github.com/mohd-akram/base16-pygments -# pywal: https://github.com/metalelf0/base16-pywal -# qownnotes: https://github.com/themix-project/base16-template-qOwnNotes -# qtcreator: https://github.com/ilpianista/base16-qtcreator -qutebrowser: https://github.com/theova/base16-qutebrowser -# #radare2: https://github.com/jtalowell/base16-radare2 -# rofi: https://gitlab.com/0xdec/base16-rofi -# scide: https://github.com/brunoro/base16-scide -shell: https://github.com/chriskempson/base16-shell -# st: https://github.com/dgmulf/base16-st -# stumpwm: https://github.com/tpine/base16-stumpwm -# styles: https://github.com/samme/base16-styles -# sway: https://github.com/rkubosz/base16-sway -# terminator: https://github.com/Schnouki/base16-terminator -# termite: https://github.com/khamer/base16-termite -# termux: https://github.com/kdrag0n/base16-termux -# textadept: https://github.com/rgieseke/base16-textadept -# textmate: https://github.com/chriskempson/base16-textmate -# tilix: https://github.com/karlding/base16-tilix -# tmux: https://github.com/mattdavis90/base16-tmux -# vim-airline-themes: https://github.com/dawikur/base16-vim-airline-themes -# vim: https://github.com/chriskempson/base16-vim -# vimiv: https://github.com/karlch/base16-vimiv -# vis: https://github.com/pshevtsov/base16-vis -# vscode: https://github.com/golf1052/base16-vscode -waybar: https://github.com/mnussbaum/base16-waybar -# windows-command-prompt: https://github.com/iamthad/base16-windows-command-prompt -# windows-terminal: https://github.com/wuqs-net/base16-windows-terminal -# wofi: https://git.sr.ht/~knezi/base16-wofi -# xcode: https://github.com/kreeger/base16-xcode -# xfce4-terminal: https://github.com/afg984/base16-xfce4-terminal -# xshell: https://github.com/h404bi/base16-xshell -# zathura: https://github.com/nicodebo/base16-zathura - -# Disabled until https://gitlab.com/theova/base16-telegram-desktop/issues/1 is -# resolved. -# telegram-desktop: https://gitlab.com/theova/base16-telegram-desktop diff --git a/dot-config/flavours/sources/templates/list.yaml b/dot-config/flavours/sources/templates/list.yaml deleted file mode 100644 index dd363c9a..00000000 --- a/dot-config/flavours/sources/templates/list.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Please order list alphanumerically -aerc: https://git.sr.ht/~h4n1/base16-aerc -# alacritty: https://github.com/aaron-williamson/base16-alacritty -# binary-ninja: https://github.com/evanrichter/base16-binary-ninja -# blink: https://github.com/niklaas/base16-blink.git -# c_header: https://github.com/m1sports20/base16-c_header -# concfg: https://github.com/h404bi/base16-concfg -# conemu: https://github.com/martinlindhe/base16-conemu -# console2: https://github.com/AFulgens/base16-console2 -# consolez: https://github.com/AFulgens/base16-consolez -# crosh: https://github.com/philj56/base16-crosh -dircolors: https://github.com/MaienM/base16-gnu-dircolors -# dwm: https://github.com/dgmulf/base16-dwm -# dunst: https://github.com/khamer/base16-dunst -# emacs: https://github.com/belak/base16-emacs -# everything: https://github.com/spitfire05/base16-everything -foot: https://github.com/tinted-theming/base16-foot -fuzzel: https://github.com/dark-beep-boop/base16-fuzzel -# fzf: https://github.com/fnune/base16-fzf -# gnome-terminal: https://github.com/aaron-williamson/base16-gnome-terminal -# godot: https://github.com/Calinou/base16-godot -# gtk-flatcolor: https://github.com/Misterio77/base16-gtk-flatcolor -# gtk2: https://github.com/dawikur/base16-gtk2 -# hexchat: https://github.com/Diablo-D3/base16-hexchat -# highlight: https://github.com/bezhermoso/base16-highlight -# html-preview: https://github.com/chriskempson/base16-html-preview -# hugo: https://github.com/yawpitch/base16-hugo -hyprland: https://github.com/kirasok/base16-hyprland -# i3: https://github.com/khamer/base16-i3 -# i3status: https://github.com/Eluminae/base16-i3status -# i3status-rust: https://github.com/mystfox/base16-i3status-rust -# iterm2: https://github.com/martinlindhe/base16-iterm2 -# jetbrains: https://github.com/adilosa/base16-jetbrains -# joe: https://github.com/jjjordan/base16-joe -kakoune: https://github.com/aprilarcus/base16-kakoune -kdeplasma: https://github.com/Base24/base16-kdeplasma -# kitty: https://github.com/kdrag0n/base16-kitty -# konsole: https://github.com/cskeeters/base16-konsole -# luakit: https://github.com/twnaing/base16-luakit -# mako: https://github.com/Eluminae/base16-mako -# mintty: https://github.com/iamthad/base16-mintty -# monodevelop: https://github.com/netpyoung/base16-monodevelop -# prism: https://github.com/atelierbram/base16-prism -# prompt-toolkit: https://github.com/memeplex/base16-prompt-toolkit -# putty: https://github.com/abravalheri/base16-putty -# pygments: https://github.com/mohd-akram/base16-pygments -# pywal: https://github.com/metalelf0/base16-pywal -# qownnotes: https://github.com/themix-project/base16-template-qOwnNotes -# qtcreator: https://github.com/ilpianista/base16-qtcreator -qutebrowser: https://github.com/theova/base16-qutebrowser -# #radare2: https://github.com/jtalowell/base16-radare2 -# rofi: https://gitlab.com/0xdec/base16-rofi -# scide: https://github.com/brunoro/base16-scide -shell: https://github.com/chriskempson/base16-shell -# st: https://github.com/dgmulf/base16-st -# stumpwm: https://github.com/tpine/base16-stumpwm -# styles: https://github.com/samme/base16-styles -# sway: https://github.com/rkubosz/base16-sway -# terminator: https://github.com/Schnouki/base16-terminator -# termite: https://github.com/khamer/base16-termite -# termux: https://github.com/kdrag0n/base16-termux -# textadept: https://github.com/rgieseke/base16-textadept -# textmate: https://github.com/chriskempson/base16-textmate -# tilix: https://github.com/karlding/base16-tilix -# tmux: https://github.com/mattdavis90/base16-tmux -# vim-airline-themes: https://github.com/dawikur/base16-vim-airline-themes -# vim: https://github.com/chriskempson/base16-vim -# vimiv: https://github.com/karlch/base16-vimiv -# vis: https://github.com/pshevtsov/base16-vis -# vscode: https://github.com/golf1052/base16-vscode -waybar: https://github.com/mnussbaum/base16-waybar -# windows-command-prompt: https://github.com/iamthad/base16-windows-command-prompt -# windows-terminal: https://github.com/wuqs-net/base16-windows-terminal -# wofi: https://git.sr.ht/~knezi/base16-wofi -# xcode: https://github.com/kreeger/base16-xcode -# xfce4-terminal: https://github.com/afg984/base16-xfce4-terminal -# xshell: https://github.com/h404bi/base16-xshell -# zathura: https://github.com/nicodebo/base16-zathura - -# Disabled until https://gitlab.com/theova/base16-telegram-desktop/issues/1 is -# resolved. -# telegram-desktop: https://gitlab.com/theova/base16-telegram-desktop diff --git a/dot-config/flavours/templates/aerc/templates/config.yaml b/dot-config/flavours/templates/aerc/templates/config.yaml deleted file mode 100644 index 0c0ded17..00000000 --- a/dot-config/flavours/templates/aerc/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default: - extension: - output: colors diff --git a/dot-config/flavours/templates/aerc/templates/default.mustache b/dot-config/flavours/templates/aerc/templates/default.mustache deleted file mode 100644 index 4b6b25b2..00000000 --- a/dot-config/flavours/templates/aerc/templates/default.mustache +++ /dev/null @@ -1,54 +0,0 @@ -# -# aerc base16 styleset template by h4n1 -# {{scheme-name}} scheme by {{scheme-author}} -# - -*.default=true -*.selected.reverse=true -*.bg="#{{base00-hex}}" - -title.bold=true -header.italic=true - -*error.bold=true -error.fg="#{{base08-hex}}" -warning.fg="#{{base0A-hex}}" -success.fg="#{{base0B-hex}}" - -statusline_default.reverse=false -statusline*.bg="#{{base01-hex}}" -statusline_default.fg="#{{base07-hex}}" -statusline_error.fg="#{{base08-hex}}" -statusline_error.reverse=true - -msglist_unread.bold=true -msglist*.fg="#{{base04-hex}}" -msglist_unread.fg="#{{base0C-hex}}" -msglist_deleted.fg="#{{base04-hex}}" -msglist_marked.bg="#{{base02-hex}}" -msglist_flagged.fg="#{{base0A-hex}}" - -dirlist*.fg="#{{base03-hex}}" -dirlist_unread.fg="#{{base04-hex}}" -dirlist*.bg="#{{base00-hex}}" -dirlist*.selected.bg="#{{base02-hex}}" -dirlist*.selected.fg="#{{base04-hex}}" -dirlist*.selected.bold=true -dirlist_recent.italic=true - -completion*.selected.reverse=true -completion*.selected.bold=true -completion*.bg="#{{base01-hex}}" -completion*.fg="#{{base05-hex}}" - -tab.reverse=false -tab.bg="#{{base01-hex}}" -tab.fg="#{{base0E-hex}}" - -border.bg="#{{base01-hex}}" -border.fg="#{{base01-hex}}" -spinner.fg="#{{base03-hex}}" - -selector_focused.reverse=true -selector_chooser.bold=true - diff --git a/dot-config/flavours/templates/dircolors/.gitignore b/dot-config/flavours/templates/dircolors/.gitignore deleted file mode 100644 index 7bbc71c0..00000000 --- a/dot-config/flavours/templates/dircolors/.gitignore +++ /dev/null @@ -1,101 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -.hypothesis/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# pyenv -.python-version - -# celery beat schedule file -celerybeat-schedule - -# SageMath parsed files -*.sage.py - -# dotenv -.env - -# virtualenv -.venv -venv/ -ENV/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ diff --git a/dot-config/flavours/templates/dircolors/LICENSE b/dot-config/flavours/templates/dircolors/LICENSE deleted file mode 100644 index ab602974..00000000 --- a/dot-config/flavours/templates/dircolors/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2018 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/dot-config/flavours/templates/dircolors/README.md b/dot-config/flavours/templates/dircolors/README.md deleted file mode 100644 index 3174cf89..00000000 --- a/dot-config/flavours/templates/dircolors/README.md +++ /dev/null @@ -1,146 +0,0 @@ -# Base16 GNU ls dircolors - -A python script to generate `$LS_COLORS` shell environment variable. - -The program ls uses the environment variable LS_COLORS to determine the colors -in which the filenames and filetypes (like directories and symlinks) are displayed. -This environment variable is usually set by a command like: - -``` bash -eval 'dircolors some_path/dir_colors' -``` - -The GNU version of ls allows more suffisticated color definitions. - -## Preview - -![Base16 GNU dircolors](https://github.com/embayer/base16-gnu-dircolors/raw/master/base16-gnu-dircolors.png) - -Scheme: [Zenburn](https://github.com/elnawe/base16-zenburn-scheme) - -## Installation - -For the base16 workflow see: -[base16](https://github.com/chriskempson/base16) - -## Usage - -Either method A or B. - -### A: Stored - -Store the output of the generated python script: - -``` bash -python /path/to/gen_dircolors.py > ~/.dircolors.256dark -``` - -And use it: - -``` bash -eval 'dircolors ~/.dircolors.256dark' -``` - -For persistence across shell sessions you want to -write this line in your shell rc file (.bash_profile, .zshrc...). - -### B: Computed - -Use the script output directly: - -``` bash -eval 'dircolors <(python /path/to/gen_dircolors.py)' -``` - -(You could also skip the base16 workflow and define -colors in `default.mustache` and use it as python script.) - -# dircolors documentation - -Below are the color init strings for the basic file types. A color init -string consists of one or more of the following numeric codes: - -## Attribute codes: - -Code | Style ----- | ----- -00 | none -01 | bold -04 | underscore -05 | blink -07 | reverse -08 | concealed - -## Text color codes: - -Code | Style ----- | ----- -30 | black -31 | red -32 | green -33 | yellow -34 | blue -35 | magenta -36 | cyan -37 | white - -## Background color codes: - -Code | Style ----- | ----- -40 | black -41 | red -42 | green -43 | yellow -44 | blue -45 | magenta -46 | cyan -47 | white - -256 color support see: -[256 color support](http://www.mail-archive.com/bug-coreutils@gnu.org/msg11030.html) - -## Ansi escape codes - -Text 256 color coding: -`38;5;COLOR_NUMBER` - -Background 256 color coding: -`48;5;COLOR_NUMBER` - -Further reading -[linux die](https://linux.die.net/man/5/dir_colors) -[ANSI escape code colors](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) - -## Conventions - -File | Style ----- | ----- -Dev related files | bold -Directories | bold and reversed -Executable files | system red and bold -Special files (links, pipes...) | white on an colorful background - -# Troubleshooting - -The dircolors.256dark template has to live relative to -the generated script gen_dircolors.py. - -``` bash -├── README.md -├── colortrans.py -├── scripts -│   └── gen_dircolors.py -└── templates - ├── config.yaml - ├── default.mustache - └── dircolors.256dark -``` - -If this is not the case in your workflow, you have -to manually set it in `default.mustache`: - -``` python -template = os.path.join(os.path.dirname(__file__), - '../templates/dircolors.256dark') -``` diff --git a/dot-config/flavours/templates/dircolors/base16-gnu-dircolors.png b/dot-config/flavours/templates/dircolors/base16-gnu-dircolors.png deleted file mode 100644 index d703ed59..00000000 Binary files a/dot-config/flavours/templates/dircolors/base16-gnu-dircolors.png and /dev/null differ diff --git a/dot-config/flavours/templates/dircolors/templates/config.yaml b/dot-config/flavours/templates/dircolors/templates/config.yaml deleted file mode 100644 index bae9b169..00000000 --- a/dot-config/flavours/templates/dircolors/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default: - extension: .py - output: scripts \ No newline at end of file diff --git a/dot-config/flavours/templates/dircolors/templates/default.mustache b/dot-config/flavours/templates/dircolors/templates/default.mustache deleted file mode 100644 index 3d498b76..00000000 --- a/dot-config/flavours/templates/dircolors/templates/default.mustache +++ /dev/null @@ -1,386 +0,0 @@ -#!/usr/bin/env python -# base16-gnu-dircolors (https://github.com/embayer/base16-gnu-dircolors) -# Base16 GNU dircolors template by Markus Bayer -# hex to ansi escape code stolen from Micah Elliott (http://MicahElliott.com) -# {{scheme-name}} scheme by {{scheme-author}} -import re -import os.path - - -hex_colors = { - 'color01': '{{base00-hex}}', - 'color02': '{{base01-hex}}', - 'color03': '{{base02-hex}}', - 'color04': '{{base03-hex}}', - 'color05': '{{base04-hex}}', - 'color06': '{{base05-hex}}', - 'color07': '{{base06-hex}}', - 'color08': '{{base07-hex}}', - 'color09': '{{base08-hex}}', - 'color10': '{{base09-hex}}', - 'color11': '{{base0A-hex}}', - 'color12': '{{base0B-hex}}', - 'color13': '{{base0C-hex}}', - 'color14': '{{base0D-hex}}', - 'color15': '{{base0E-hex}}', - 'color16': '{{base0F-hex}}' -} - -CLUT = [ # color look-up table - # 8-bit, RGB hex - - # Primary 3-bit (8 colors). Unique representation! - ('00', '000000'), - ('01', '800000'), - ('02', '008000'), - ('03', '808000'), - ('04', '000080'), - ('05', '800080'), - ('06', '008080'), - ('07', 'c0c0c0'), - - # Equivalent "bright" versions of original 8 colors. - ('08', '808080'), - ('09', 'ff0000'), - ('10', '00ff00'), - ('11', 'ffff00'), - ('12', '0000ff'), - ('13', 'ff00ff'), - ('14', '00ffff'), - ('15', 'ffffff'), - - # Strictly ascending. - ('16', '000000'), - ('17', '00005f'), - ('18', '000087'), - ('19', '0000af'), - ('20', '0000d7'), - ('21', '0000ff'), - ('22', '005f00'), - ('23', '005f5f'), - ('24', '005f87'), - ('25', '005faf'), - ('26', '005fd7'), - ('27', '005fff'), - ('28', '008700'), - ('29', '00875f'), - ('30', '008787'), - ('31', '0087af'), - ('32', '0087d7'), - ('33', '0087ff'), - ('34', '00af00'), - ('35', '00af5f'), - ('36', '00af87'), - ('37', '00afaf'), - ('38', '00afd7'), - ('39', '00afff'), - ('40', '00d700'), - ('41', '00d75f'), - ('42', '00d787'), - ('43', '00d7af'), - ('44', '00d7d7'), - ('45', '00d7ff'), - ('46', '00ff00'), - ('47', '00ff5f'), - ('48', '00ff87'), - ('49', '00ffaf'), - ('50', '00ffd7'), - ('51', '00ffff'), - ('52', '5f0000'), - ('53', '5f005f'), - ('54', '5f0087'), - ('55', '5f00af'), - ('56', '5f00d7'), - ('57', '5f00ff'), - ('58', '5f5f00'), - ('59', '5f5f5f'), - ('60', '5f5f87'), - ('61', '5f5faf'), - ('62', '5f5fd7'), - ('63', '5f5fff'), - ('64', '5f8700'), - ('65', '5f875f'), - ('66', '5f8787'), - ('67', '5f87af'), - ('68', '5f87d7'), - ('69', '5f87ff'), - ('70', '5faf00'), - ('71', '5faf5f'), - ('72', '5faf87'), - ('73', '5fafaf'), - ('74', '5fafd7'), - ('75', '5fafff'), - ('76', '5fd700'), - ('77', '5fd75f'), - ('78', '5fd787'), - ('79', '5fd7af'), - ('80', '5fd7d7'), - ('81', '5fd7ff'), - ('82', '5fff00'), - ('83', '5fff5f'), - ('84', '5fff87'), - ('85', '5fffaf'), - ('86', '5fffd7'), - ('87', '5fffff'), - ('88', '870000'), - ('89', '87005f'), - ('90', '870087'), - ('91', '8700af'), - ('92', '8700d7'), - ('93', '8700ff'), - ('94', '875f00'), - ('95', '875f5f'), - ('96', '875f87'), - ('97', '875faf'), - ('98', '875fd7'), - ('99', '875fff'), - ('100', '878700'), - ('101', '87875f'), - ('102', '878787'), - ('103', '8787af'), - ('104', '8787d7'), - ('105', '8787ff'), - ('106', '87af00'), - ('107', '87af5f'), - ('108', '87af87'), - ('109', '87afaf'), - ('110', '87afd7'), - ('111', '87afff'), - ('112', '87d700'), - ('113', '87d75f'), - ('114', '87d787'), - ('115', '87d7af'), - ('116', '87d7d7'), - ('117', '87d7ff'), - ('118', '87ff00'), - ('119', '87ff5f'), - ('120', '87ff87'), - ('121', '87ffaf'), - ('122', '87ffd7'), - ('123', '87ffff'), - ('124', 'af0000'), - ('125', 'af005f'), - ('126', 'af0087'), - ('127', 'af00af'), - ('128', 'af00d7'), - ('129', 'af00ff'), - ('130', 'af5f00'), - ('131', 'af5f5f'), - ('132', 'af5f87'), - ('133', 'af5faf'), - ('134', 'af5fd7'), - ('135', 'af5fff'), - ('136', 'af8700'), - ('137', 'af875f'), - ('138', 'af8787'), - ('139', 'af87af'), - ('140', 'af87d7'), - ('141', 'af87ff'), - ('142', 'afaf00'), - ('143', 'afaf5f'), - ('144', 'afaf87'), - ('145', 'afafaf'), - ('146', 'afafd7'), - ('147', 'afafff'), - ('148', 'afd700'), - ('149', 'afd75f'), - ('150', 'afd787'), - ('151', 'afd7af'), - ('152', 'afd7d7'), - ('153', 'afd7ff'), - ('154', 'afff00'), - ('155', 'afff5f'), - ('156', 'afff87'), - ('157', 'afffaf'), - ('158', 'afffd7'), - ('159', 'afffff'), - ('160', 'd70000'), - ('161', 'd7005f'), - ('162', 'd70087'), - ('163', 'd700af'), - ('164', 'd700d7'), - ('165', 'd700ff'), - ('166', 'd75f00'), - ('167', 'd75f5f'), - ('168', 'd75f87'), - ('169', 'd75faf'), - ('170', 'd75fd7'), - ('171', 'd75fff'), - ('172', 'd78700'), - ('173', 'd7875f'), - ('174', 'd78787'), - ('175', 'd787af'), - ('176', 'd787d7'), - ('177', 'd787ff'), - ('178', 'd7af00'), - ('179', 'd7af5f'), - ('180', 'd7af87'), - ('181', 'd7afaf'), - ('182', 'd7afd7'), - ('183', 'd7afff'), - ('184', 'd7d700'), - ('185', 'd7d75f'), - ('186', 'd7d787'), - ('187', 'd7d7af'), - ('188', 'd7d7d7'), - ('189', 'd7d7ff'), - ('190', 'd7ff00'), - ('191', 'd7ff5f'), - ('192', 'd7ff87'), - ('193', 'd7ffaf'), - ('194', 'd7ffd7'), - ('195', 'd7ffff'), - ('196', 'ff0000'), - ('197', 'ff005f'), - ('198', 'ff0087'), - ('199', 'ff00af'), - ('200', 'ff00d7'), - ('201', 'ff00ff'), - ('202', 'ff5f00'), - ('203', 'ff5f5f'), - ('204', 'ff5f87'), - ('205', 'ff5faf'), - ('206', 'ff5fd7'), - ('207', 'ff5fff'), - ('208', 'ff8700'), - ('209', 'ff875f'), - ('210', 'ff8787'), - ('211', 'ff87af'), - ('212', 'ff87d7'), - ('213', 'ff87ff'), - ('214', 'ffaf00'), - ('215', 'ffaf5f'), - ('216', 'ffaf87'), - ('217', 'ffafaf'), - ('218', 'ffafd7'), - ('219', 'ffafff'), - ('220', 'ffd700'), - ('221', 'ffd75f'), - ('222', 'ffd787'), - ('223', 'ffd7af'), - ('224', 'ffd7d7'), - ('225', 'ffd7ff'), - ('226', 'ffff00'), - ('227', 'ffff5f'), - ('228', 'ffff87'), - ('229', 'ffffaf'), - ('230', 'ffffd7'), - ('231', 'ffffff'), - - # Gray-scale range. - ('232', '080808'), - ('233', '121212'), - ('234', '1c1c1c'), - ('235', '262626'), - ('236', '303030'), - ('237', '3a3a3a'), - ('238', '444444'), - ('239', '4e4e4e'), - ('240', '585858'), - ('241', '626262'), - ('242', '6c6c6c'), - ('243', '767676'), - ('244', '808080'), - ('245', '8a8a8a'), - ('246', '949494'), - ('247', '9e9e9e'), - ('248', 'a8a8a8'), - ('249', 'b2b2b2'), - ('250', 'bcbcbc'), - ('251', 'c6c6c6'), - ('252', 'd0d0d0'), - ('253', 'dadada'), - ('254', 'e4e4e4'), - ('255', 'eeeeee'), -] - - -def _str2hex(hexstr): - return int(hexstr, 16) - - -def _strip_hash(rgb): - """ Strip leading `#` if exists. - """ - if rgb.startswith('#'): - rgb = rgb.lstrip('#') - return rgb - - -def _create_dicts(): - short2rgb_dict = dict(CLUT) - hex2aec_dict = {} - for k, v in short2rgb_dict.items(): - hex2aec_dict[v] = k - return hex2aec_dict, short2rgb_dict - - -def hex2aec(rgb): - """ Find the closest xterm-256 approximation (ansi escape code) to the given - hex value. - @param rgb: Hex code representing an RGB value, eg, 'abcdef' - @returns: String between 0 and 255, compatible with xterm. - >>> hex2aec('123456') - ('23', '005f5f') - >>> hex2aec('ffffff') - ('231', 'ffffff') - >>> hex2aec('0DADD6') # vimeo logo - ('38', '00afd7') - """ - rgb = _strip_hash(rgb) - incs = (0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff) - # Break 6-char RGB code into 3 integer vals. - parts = [int(h, 16) for h in re.split(r'(..)(..)(..)', rgb)[1:4]] - res = [] - for part in parts: - i = 0 - while i < len(incs) - 1: - s, b = incs[i], incs[i+1] # smaller, bigger - if s <= part <= b: - s1 = abs(s - part) - b1 = abs(b - part) - if s1 < b1: - closest = s - else: - closest = b - res.append(closest) - break - i += 1 - res = ''.join([('%02.x' % i) for i in res]) - return HEX2AEC_DICT[res] - - -def inject_color(dircolors, template): - """ inject the color variables into the template - """ - with open(template, 'r') as t: - for line in t: - print(line.format(**dircolors)) - - -if __name__ == '__main__': - HEX2AEC_DICT, SHORT2RGB_DICT = _create_dicts() - colors = {} - for k, v in hex_colors.items(): - colors[k] = hex2aec(v) - - # map basecolors to dircolor variables - dircolors = { - 'document_color': colors['color05'], - 'archive_color': colors['color06'], - 'image_color': colors['color07'], - 'audio_color': colors['color08'], - 'video_color': colors['color09'], - 'sourcecode_color': colors['color10'], - 'dev_color': colors['color11'], - 'data_color': colors['color12'], - 'markup_color': colors['color13'], - 'unimportant_color': colors['color14'], - 'text_color': colors['color15'], - 'office_color': colors['color16'] - } - - # TODO let template passed in or embedd - template = os.path.join(os.path.dirname(__file__), - '../templates/dircolors.256dark') - inject_color(dircolors, template) diff --git a/dot-config/flavours/templates/dircolors/templates/dircolors.256dark b/dot-config/flavours/templates/dircolors/templates/dircolors.256dark deleted file mode 100644 index 63a11820..00000000 --- a/dot-config/flavours/templates/dircolors/templates/dircolors.256dark +++ /dev/null @@ -1,408 +0,0 @@ -# Term Section -TERM Eterm -TERM ansi -TERM color-xterm -TERM con132x25 -TERM con132x30 -TERM con132x43 -TERM con132x60 -TERM con80x25 -TERM con80x28 -TERM con80x30 -TERM con80x43 -TERM con80x50 -TERM con80x60 -TERM cons25 -TERM console -TERM cygwin -TERM dtterm -TERM eterm-color -TERM fbterm -TERM gnome -TERM gnome-256color -TERM jfbterm -TERM konsole -TERM konsole-256color -TERM kterm -TERM linux -TERM linux-c -TERM mach-color -TERM mlterm -TERM putty -TERM putty-256color -TERM rxvt -TERM rxvt-256color -TERM rxvt-cygwin -TERM rxvt-cygwin-native -TERM rxvt-unicode -TERM rxvt-unicode256 -TERM rxvt-unicode-256color -TERM screen -TERM screen-256color -TERM screen-256color-bce -TERM screen-256color-s -TERM screen-256color-bce-s -TERM screen-bce -TERM screen-w -TERM screen.linux -TERM st -TERM st-meta -TERM st-256color -TERM st-meta-256color -TERM vt100 -TERM xterm -TERM xterm-16color -TERM xterm-256color -TERM xterm-88color -TERM xterm-color -TERM xterm-debian -TERM xterm-termite - -# Special files - -NORMAL 00 -# reset to "normal" color -RESET 0 - -# regular file -# No color at all -FILE 00 - -# files with executable flag -# system red in bold and underlined -EXEC 04;01;31 - -# directory -# white on dark blue background -# DIR 48;5;4;38;5;15; -# bold and reversed -DIR 30;47;01 - -# symbolic link. (If you set this to 'target' instead of a -# numerical value, the color is as for the file pointed to.) -# white on light green background -LINK 48;5;2;38;5;15; - -# symlink to nonexistent file, or non-stat'able file -# white on red background -ORPHAN 48;5;160;38;5;15; - -# ORPHAN 48;5;160;38;5;15;01 # <-bold -# ORPHAN 48;5;235;38;5;160 # red on gray - -# regular file with more than one link -# No color at all -MULTIHARDLINK 00 - -# named pipe -# white on dark green background -FIFO 48;5;8;38;5;15 - -# socket -# white on light blue background -SOCK 48;5;12;38;5;15; - -# block device driver -# white on brown background -BLK 48;5;1;38;5;15 - -# door -# white on orange background -DOOR 48;5;9;38;5;15 - -# character device driver -# white on pink background -CHR 48;5;5;38;5;15 - -# file that is setuid (u+s) -# white on cyan background -SETUID 48;5;14;38;5;15 - -# file that is setgid (g+s) -# white on gray background -SETGID 48;5;0;38;5;15 - -# file with capability -# white on yellow background -CAPABILITY 48;5;226;38;5;15 - -# dir that is sticky and other-writable (+t,o+w) -# white on purple background -STICKY_OTHER_WRITABLE 48;5;55;38;5;15 - -# dir that is other-writable (o+w) and not sticky -# white on violet background -OTHER_WRITABLE 48;5;93;38;5;15 - -# dir with the sticky bit set (+t) and not other-writable -# white on pink background -STICKY 48;5;129;38;5;15 - -# Filetypes - -# archives -.7z 00;38;5;{archive_color} -.Z 00;38;5;{archive_color} -.ace 00;38;5;{archive_color} -.apk 00;38;5;{archive_color} -.apk 00;38;5;{archive_color} -.arj 00;38;5;{archive_color} -.bz 00;38;5;{archive_color} -.bz2 00;38;5;{archive_color} -.cpio 00;38;5;{archive_color} -.deb 00;38;5;{archive_color} -.dz 00;38;5;{archive_color} -.egg 00;38;5;{archive_color} -.gem 00;38;5;{archive_color} -.gz 00;38;5;{archive_color} -.jad 00;38;5;{archive_color} -.jar 00;38;5;{archive_color} -.lz 00;38;5;{archive_color} -.lzh 00;38;5;{archive_color} -.lzma 00;38;5;{archive_color} -.rar 00;38;5;{archive_color} -.rpm 00;38;5;{archive_color} -.rpm 00;38;5;{archive_color} -.rz 00;38;5;{archive_color} -.tar 00;38;5;{archive_color} -.taz 00;38;5;{archive_color} -.tbz 00;38;5;{archive_color} -.tbz2 00;38;5;{archive_color} -.tgz 00;38;5;{archive_color} -.tlz 00;38;5;{archive_color} -.txz 00;38;5;{archive_color} -.tz 00;38;5;{archive_color} -.xz 00;38;5;{archive_color} -.z 00;38;5;{archive_color} -.zip 00;38;5;{archive_color} -.zoo 00;38;5;{archive_color} - -# images -.CR2 00;38;5;{image_color} -.JPEG 00;38;5;{image_color} -.JPG 00;38;5;{image_color} -.bmp 00;38;5;{image_color} -.cgm 00;38;5;{image_color} -.dl 00;38;5;{image_color} -.emf 00;38;5;{image_color} -.eps 00;38;5;{image_color} -.gif 00;38;5;{image_color} -.ico 00;38;5;{image_color} -.jpeg 00;38;5;{image_color} -.jpg 00;38;5;{image_color} -.mng 00;38;5;{image_color} -.pbm 00;38;5;{image_color} -.pcx 00;38;5;{image_color} -.pgm 00;38;5;{image_color} -.png 00;38;5;{image_color} -.ppm 00;38;5;{image_color} -.svg 00;38;5;{image_color} -.svgz 00;38;5;{image_color} -.tga 00;38;5;{image_color} -.tif 00;38;5;{image_color} -.tiff 00;38;5;{image_color} -.xbm 00;38;5;{image_color} -.xbm 00;38;5;{image_color} -.xcf 00;38;5;{image_color} -.xpm 00;38;5;{image_color} -.xwd 00;38;5;{image_color} -.yuv 00;38;5;{image_color} -.xpm 00;38;5;{image_color} - -# audio -.aac 00;38;5;{audio_color} -.au 00;38;5;{audio_color} -.au 00;38;5;{audio_color} -.axa 00;38;5;{audio_color} -.flac 00;38;5;{audio_color} -.flac 00;38;5;{audio_color} -.m4a 00;38;5;{audio_color} -.mid 00;38;5;{audio_color} -.mid 00;38;5;{audio_color} -.midi 00;38;5;{audio_color} -.midi 00;38;5;{audio_color} -.mka 00;38;5;{audio_color} -.mka 00;38;5;{audio_color} -.mp3 00;38;5;{audio_color} -.mp3 00;38;5;{audio_color} -.mpc 00;38;5;{audio_color} -.mpc 00;38;5;{audio_color} -.oga 00;38;5;{audio_color} -.ogg 00;38;5;{audio_color} -.ogg 00;38;5;{audio_color} -.ra 00;38;5;{audio_color} -.ra 00;38;5;{audio_color} -.spx 00;38;5;{audio_color} -.wav 00;38;5;{audio_color} -.wav 00;38;5;{audio_color} -.xspf 00;38;5;{audio_color} - -# video -.anx 00;38;5;{video_color} -.asf 00;38;5;{video_color} -.avi 00;38;5;{video_color} -.axv 00;38;5;{video_color} -.divx 00;38;5;{video_color} -.flc 00;38;5;{video_color} -.fli 00;38;5;{video_color} -.flv 00;38;5;{video_color} -.gl 00;38;5;{video_color} -.m2ts 00;38;5;{video_color} -.m2v 00;38;5;{video_color} -.m4v 00;38;5;{video_color} -.mkv 00;38;5;{video_color} -.mov 00;38;5;{video_color} -.mp4 00;38;5;{video_color} -.mp4v 00;38;5;{video_color} -.mpeg 00;38;5;{video_color} -.mpg 00;38;5;{video_color} -.nuv 00;38;5;{video_color} -.ogm 00;38;5;{video_color} -.ogv 00;38;5;{video_color} -.ogx 00;38;5;{video_color} -.qt 00;38;5;{video_color} -.qt 00;38;5;{video_color} -.rm 00;38;5;{video_color} -.rmvb 00;38;5;{video_color} -.vob 00;38;5;{video_color} -.webm 00;38;5;{video_color} -.wmv 00;38;5;{video_color} - -# sourcecode -*1 01;38;5;{sourcecode_color} -*rc 01;38;5;{sourcecode_color} -.awk 01;38;5;{sourcecode_color} -.bash 01;38;5;{sourcecode_color} -.bat 01;38;5;{sourcecode_color} -.c 01;38;5;{sourcecode_color} -.cc 01;38;5;{sourcecode_color} -.coffee 01;38;5;{sourcecode_color} -.cpp 01;38;5;{sourcecode_color} -.cs 01;38;5;{sourcecode_color} -.el 01;38;5;{sourcecode_color} -.go 01;38;5;{sourcecode_color} -.h 01;38;5;{sourcecode_color} -.hs 01;38;5;{sourcecode_color} -.java 01;38;5;{sourcecode_color} -.js 01;38;5;{sourcecode_color} -.lisp 01;38;5;{sourcecode_color} -.lua 01;38;5;{sourcecode_color} -.php 01;38;5;{sourcecode_color} -.pl 01;38;5;{sourcecode_color} -.py 01;38;5;{sourcecode_color} -.rb 01;38;5;{sourcecode_color} -.s 01;38;5;{sourcecode_color} -.scala 01;38;5;{sourcecode_color} -.scm 01;38;5;{sourcecode_color} -.sed 01;38;5;{sourcecode_color} -.sh 01;38;5;{sourcecode_color} -.swift 01;38;5;{sourcecode_color} -.vim 01;38;5;{sourcecode_color} -.vue 01;38;5;{sourcecode_color} -.zsh 01;38;5;{sourcecode_color} -.zsh-theme 01;38;5;{sourcecode_color} - -# other dev files -*AUTHORS 01;38;5;{dev_color} -*CMakeLists.txt 01;38;5;{dev_color} -*Dockerfile 01;38;5;{dev_color} -*LICENSE 01;38;5;{dev_color} -*Makefile 01;38;5;{dev_color} -*README 01;38;5;{dev_color} -*Rakefile 01;38;5;{dev_color} -*Vagrantfile 01;38;5;{dev_color} -*build.xml 01;38;5;{dev_color} -*license 01;38;5;{dev_color} -.256dark 01;38;5;{dev_color} -.cabal 01;38;5;{dev_color} -.cfg 01;38;5;{dev_color} -.conf 01;38;5;{dev_color} -.config 01;38;5;{dev_color} -.svn 01;38;5;{dev_color} -.gitignore 01;38;5;{dev_color} -.gitmodules 01;38;5;{dev_color} -.gpg 01;38;5;{dev_color} -.ini 01;38;5;{dev_color} -.log 01;38;5;{dev_color} -.make 01;38;5;{dev_color} -.min 01;38;5;{dev_color} -.mk 01;38;5;{dev_color} -.sql 01;38;5;{dev_color} - -# data -.csv 01;38;5;{data_color} -.dat 01;38;5;{data_color} -.json 01;38;5;{data_color} -.sqlite3 01;38;5;{data_color} -.xml 01;38;5;{data_color} -.yaml 01;38;5;{data_color} -.yml 01;38;5;{data_color} - -# markup & style -.css 01;38;5;{markup_color} -.htm 01;38;5;{markup_color} -.html 01;38;5;{markup_color} -.less 01;38;5;{markup_color} -.mustache 01;38;5;{markup_color} -.sass 01;38;5;{markup_color} -.scss 01;38;5;{markup_color} -.theme 01;38;5;{markup_color} -.xhtml 01;38;5;{markup_color} -.xml 01;38;5;{markup_color} - -# unimportant files -*# 00;38;5;{unimportant_color} -*~ 00;38;5;{unimportant_color} -.DS_Store 00;38;5;{unimportant_color} -.aux 00;38;5;{unimportant_color} -.bak 00;38;5;{unimportant_color} -.bbl 00;38;5;{unimportant_color} -.blg 00;38;5;{unimportant_color} -.bu 00;38;5;{unimportant_color} -.cache 00;38;5;{unimportant_color} -.class 00;38;5;{unimportant_color} -.elc 00;38;5;{unimportant_color} -.incomplete 00;38;5;{unimportant_color} -.lof 00;38;5;{unimportant_color} -.lol 00;38;5;{unimportant_color} -.lot 00;38;5;{unimportant_color} -.old 00;38;5;{unimportant_color} -.out 00;38;5;{unimportant_color} -.part 00;38;5;{unimportant_color} -.project 00;38;5;{unimportant_color} -.pyc 00;38;5;{unimportant_color} -.swp 00;38;5;{unimportant_color} -.temp 00;38;5;{unimportant_color} -.tmp 00;38;5;{unimportant_color} -.toc 00;38;5;{unimportant_color} - -# text -.markdown 00;38;5;{text_color} -.md 00;38;5;{text_color} -.mkd 00;38;5;{text_color} -.nfo 00;38;5;{text_color} -.org 00;38;5;{text_color} -.pandoc 00;38;5;{text_color} -.rst 00;38;5;{text_color} -.tex 00;38;5;{text_color} -.txt 00;38;5;{text_color} - -# office -.doc 00;38;5;{office_color} -.docx 00;38;5;{office_color} -.ics 00;38;5;{office_color} -.odp 00;38;5;{office_color} -.ods 00;38;5;{office_color} -.odt 00;38;5;{office_color} -.odt 00;38;5;{office_color} -.ppt 00;38;5;{office_color} -.pptx 00;38;5;{office_color} -.rtf 00;38;5;{office_color} -.xls 00;38;5;{office_color} -.xlsx 00;38;5;{office_color} - -# documents -.epub 00;38;5;{document_color} -.mobi 00;38;5;{document_color} -.pdc 00;38;5;{document_color} -.pdf 00;38;5;{document_color} \ No newline at end of file diff --git a/dot-config/flavours/templates/fish/templates/config.yaml b/dot-config/flavours/templates/fish/templates/config.yaml deleted file mode 100644 index d1096a12..00000000 --- a/dot-config/flavours/templates/fish/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default: - extension: .fish - output: functions diff --git a/dot-config/flavours/templates/fish/templates/default.mustache b/dot-config/flavours/templates/fish/templates/default.mustache deleted file mode 100644 index aa5cdfdd..00000000 --- a/dot-config/flavours/templates/fish/templates/default.mustache +++ /dev/null @@ -1,132 +0,0 @@ -# base16-fish (https://github.com/tomyun/base16-fish) -# based on base16-shell (https://github.com/chriskempson/base16-shell) -# {{scheme-name}} scheme by {{scheme-author}} - -function base16-{{scheme-slug}} -d "{{scheme-name}}" - set color00 {{base00-hex-r}}/{{base00-hex-g}}/{{base00-hex-b}} # Base 00 - Black - set color01 {{base08-hex-r}}/{{base08-hex-g}}/{{base08-hex-b}} # Base 08 - Red - set color02 {{base0B-hex-r}}/{{base0B-hex-g}}/{{base0B-hex-b}} # Base 0B - Green - set color03 {{base0A-hex-r}}/{{base0A-hex-g}}/{{base0A-hex-b}} # Base 0A - Yellow - set color04 {{base0D-hex-r}}/{{base0D-hex-g}}/{{base0D-hex-b}} # Base 0D - Blue - set color05 {{base0E-hex-r}}/{{base0E-hex-g}}/{{base0E-hex-b}} # Base 0E - Magenta - set color06 {{base0C-hex-r}}/{{base0C-hex-g}}/{{base0C-hex-b}} # Base 0C - Cyan - set color07 {{base05-hex-r}}/{{base05-hex-g}}/{{base05-hex-b}} # Base 05 - White - set color08 {{base03-hex-r}}/{{base03-hex-g}}/{{base03-hex-b}} # Base 03 - Bright Black - set color09 $color01 # Base 08 - Bright Red - set color10 $color02 # Base 0B - Bright Green - set color11 $color03 # Base 0A - Bright Yellow - set color12 $color04 # Base 0D - Bright Blue - set color13 $color05 # Base 0E - Bright Magenta - set color14 $color06 # Base 0C - Bright Cyan - set color15 {{base07-hex-r}}/{{base07-hex-g}}/{{base07-hex-b}} # Base 07 - Bright White - set color16 {{base09-hex-r}}/{{base09-hex-g}}/{{base09-hex-b}} # Base 09 - set color17 {{base0F-hex-r}}/{{base0F-hex-g}}/{{base0F-hex-b}} # Base 0F - set color18 {{base01-hex-r}}/{{base01-hex-g}}/{{base01-hex-b}} # Base 01 - set color19 {{base02-hex-r}}/{{base02-hex-g}}/{{base02-hex-b}} # Base 02 - set color20 {{base04-hex-r}}/{{base04-hex-g}}/{{base04-hex-b}} # Base 04 - set color21 {{base06-hex-r}}/{{base06-hex-g}}/{{base06-hex-b}} # Base 06 - set colorfg $color07 # Base 05 - White - set colorbg $color00 # Base 00 - Black - - if test -n "$TMUX" - # Tell tmux to pass the escape sequences through - # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324) - function put_template; printf '\033Ptmux;\033\033]4;%d;rgb:%s\033\033\\\033\\' $argv; end; - function put_template_var; printf '\033Ptmux;\033\033]%d;rgb:%s\033\033\\\033\\' $argv; end; - function put_template_custom; printf '\033Ptmux;\033\033]%s%s\033\033\\\033\\' $argv; end; - else if string match 'screen*' $TERM # [ "${TERM%%[-.]*}" = "screen" ] - # GNU screen (screen, screen-256color, screen-256color-bce) - function put_template; printf '\033P\033]4;%d;rgb:%s\007\033\\' $argv; end; - function put_template_var; printf '\033P\033]%d;rgb:%s\007\033\\' $argv; end; - function put_template_custom; printf '\033P\033]%s%s\007\033\\' $argv; end; - else if string match 'linux*' $TERM # [ "${TERM%%-*}" = "linux" ] - function put_template; test $argv[1] -lt 16 && printf "\e]P%x%s" $argv[1] (echo $argv[2] | sed 's/\///g'); end; - function put_template_var; true; end; - function put_template_custom; true; end; - else - function put_template; printf '\033]4;%d;rgb:%s\033\\' $argv; end; - function put_template_var; printf '\033]%d;rgb:%s\033\\' $argv; end; - function put_template_custom; printf '\033]%s%s\033\\' $argv; end; - end - - # 16 color space - put_template 0 $color00 - put_template 1 $color01 - put_template 2 $color02 - put_template 3 $color03 - put_template 4 $color04 - put_template 5 $color05 - put_template 6 $color06 - put_template 7 $color07 - put_template 8 $color08 - put_template 9 $color09 - put_template 10 $color10 - put_template 11 $color11 - put_template 12 $color12 - put_template 13 $color13 - put_template 14 $color14 - put_template 15 $color15 - - # 256 color space - put_template 16 $color16 - put_template 17 $color17 - put_template 18 $color18 - put_template 19 $color19 - put_template 20 $color20 - put_template 21 $color21 - - # foreground / background / cursor color - if test -n "$ITERM_SESSION_ID" - # iTerm2 proprietary escape codes - put_template_custom Pg {{base05-hex}} # foreground - put_template_custom Ph {{base00-hex}} # background - put_template_custom Pi {{base05-hex}} # bold color - put_template_custom Pj {{base02-hex}} # selection color - put_template_custom Pk {{base05-hex}} # selected text color - put_template_custom Pl {{base05-hex}} # cursor - put_template_custom Pm {{base00-hex}} # cursor text - else - put_template_var 10 $colorfg - if [ "$BASE16_SHELL_SET_BACKGROUND" != false ] - put_template_var 11 $colorbg - if string match 'rxvt*' $TERM # [ "${TERM%%-*}" = "rxvt" ] - put_template_var 708 $colorbg # internal border (rxvt) - end - end - put_template_custom 12 ";7" # cursor (reverse video) - end - - # set syntax highlighting colors - set -U fish_color_autosuggestion {{base02-hex}} - set -U fish_color_cancel -r - set -U fish_color_command green #white - set -U fish_color_comment {{base02-hex}} - set -U fish_color_cwd green - set -U fish_color_cwd_root red - set -U fish_color_end brblack #blue - set -U fish_color_error red - set -U fish_color_escape yellow #green - set -U fish_color_history_current --bold - set -U fish_color_host normal - set -U fish_color_match --background=brblue - set -U fish_color_normal normal - set -U fish_color_operator blue #green - set -U fish_color_param {{base04-hex}} - set -U fish_color_quote yellow #brblack - set -U fish_color_redirection cyan - set -U fish_color_search_match bryellow --background={{base02-hex}} - set -U fish_color_selection white --bold --background={{base02-hex}} - set -U fish_color_status red - set -U fish_color_user brgreen - set -U fish_color_valid_path --underline - set -U fish_pager_color_completion normal - set -U fish_pager_color_description yellow --dim - set -U fish_pager_color_prefix white --bold #--underline - set -U fish_pager_color_progress brwhite --background=cyan - - # remember current theme - set -U base16_theme {{scheme-slug}} - - # clean up - functions -e put_template put_template_var put_template_custom -end diff --git a/dot-config/flavours/templates/foot/LICENCE.md b/dot-config/flavours/templates/foot/LICENCE.md deleted file mode 100644 index 9fff0203..00000000 --- a/dot-config/flavours/templates/foot/LICENCE.md +++ /dev/null @@ -1,9 +0,0 @@ -The MIT License (MIT) - -Copyright © 2022 h4n1 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/dot-config/flavours/templates/foot/README.md b/dot-config/flavours/templates/foot/README.md deleted file mode 100644 index 4edd3475..00000000 --- a/dot-config/flavours/templates/foot/README.md +++ /dev/null @@ -1,8 +0,0 @@ -[base16](https://github.com/base16-project/base16) template for [foot](https://codeberg.org/dnkl/foot). -[original repo](https://git.sr.ht/~h4n1/base16-foot). - -include in `foot.ini` like so: - - include=~/.config/foot/colours.ini - -must be included under `[main]`, or the untitled section at the beginning of the file. diff --git a/dot-config/flavours/templates/foot/templates/config.yaml b/dot-config/flavours/templates/foot/templates/config.yaml deleted file mode 100644 index 5316dc9b..00000000 --- a/dot-config/flavours/templates/foot/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default: - extension: .ini - output: colors diff --git a/dot-config/flavours/templates/foot/templates/default.mustache b/dot-config/flavours/templates/foot/templates/default.mustache deleted file mode 100644 index 48d08666..00000000 --- a/dot-config/flavours/templates/foot/templates/default.mustache +++ /dev/null @@ -1,31 +0,0 @@ -# base16-foot -# Base16 foot template by h4n1 -# {{scheme-name}} scheme by {{scheme-author}} -# include in foot.ini like so: -# include=~/.config/foot/colours.ini -# must be included under [main], or untitled section at beginning of file -[colors] -foreground={{base05-hex}} -background={{base00-hex}} -regular0={{base00-hex}} # black -regular1={{base08-hex}} # red -regular2={{base0B-hex}} # green -regular3={{base0A-hex}} # yellow -regular4={{base0D-hex}} # blue -regular5={{base0E-hex}} # magenta -regular6={{base0C-hex}} # cyan -regular7={{base05-hex}} # white -bright0={{base03-hex}} # bright black -bright1={{base08-hex}} # bright red -bright2={{base0B-hex}} # bright green -bright3={{base0A-hex}} # bright yellow -bright4={{base0D-hex}} # bright blue -bright5={{base0E-hex}} # bright magenta -bright6={{base0C-hex}} # bright cyan -bright7={{base07-hex}} # bright white -16={{base09-hex}} -17={{base0F-hex}} -18={{base01-hex}} -19={{base02-hex}} -20={{base04-hex}} -21={{base06-hex}} diff --git a/dot-config/flavours/templates/fuzzel/templates/config.yaml b/dot-config/flavours/templates/fuzzel/templates/config.yaml deleted file mode 100644 index fbb93d59..00000000 --- a/dot-config/flavours/templates/fuzzel/templates/config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -default: - extension: .ini - output: fuzzel - -smooth: - extension: .ini - output: fuzzel diff --git a/dot-config/flavours/templates/fuzzel/templates/default.mustache b/dot-config/flavours/templates/fuzzel/templates/default.mustache deleted file mode 100644 index a66298fb..00000000 --- a/dot-config/flavours/templates/fuzzel/templates/default.mustache +++ /dev/null @@ -1,11 +0,0 @@ -## {{scheme-name}} theme -## by {{scheme-author}} - -[colors] -background={{base00-hex}}aa -text={{base05-hex}}ff -match={{base0D-hex}}ff -selection={{base02-hex}}f2 -selection-text={{base05-hex}}ff -selection-match={{base0D-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 deleted file mode 100644 index 886f0b3d..00000000 --- a/dot-config/flavours/templates/fuzzel/templates/smooth.mustache +++ /dev/null @@ -1,11 +0,0 @@ -## {{scheme-name}} theme -## by {{scheme-author}} - -[colors] -background={{base01-hex}}aa -text={{base05-hex}}ff -match={{base0D-hex}}ff -selection={{base02-hex}}f2 -selection-text={{base05-hex}}ff -selection-match={{base0D-hex}}ff -border={{base0C-hex}}fa diff --git a/dot-config/flavours/templates/hyprland/templates/colors.mustache b/dot-config/flavours/templates/hyprland/templates/colors.mustache deleted file mode 100644 index 5e7337d6..00000000 --- a/dot-config/flavours/templates/hyprland/templates/colors.mustache +++ /dev/null @@ -1,19 +0,0 @@ -# Base16 {{scheme-name}} -# Author: {{scheme-author}} - -$base00 = {{base00-hex}} -$base01 = {{base01-hex}} -$base02 = {{base02-hex}} -$base03 = {{base03-hex}} -$base04 = {{base04-hex}} -$base05 = {{base05-hex}} -$base06 = {{base06-hex}} -$base07 = {{base07-hex}} -$base08 = {{base08-hex}} -$base09 = {{base09-hex}} -$base0A = {{base0A-hex}} -$base0B = {{base0B-hex}} -$base0C = {{base0C-hex}} -$base0D = {{base0D-hex}} -$base0E = {{base0E-hex}} -$base0F = {{base0F-hex}} diff --git a/dot-config/flavours/templates/hyprland/templates/config.yaml b/dot-config/flavours/templates/hyprland/templates/config.yaml deleted file mode 100644 index 1f245d95..00000000 --- a/dot-config/flavours/templates/hyprland/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -colors: - extension: .conf - output: themes diff --git a/dot-config/flavours/templates/kakoune/templates/config.yaml b/dot-config/flavours/templates/kakoune/templates/config.yaml deleted file mode 100644 index 0c8af607..00000000 --- a/dot-config/flavours/templates/kakoune/templates/config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -default: - extension: .kak - output: base16 - -dabruin: - extension: .kak - output: dabruin-wrapper - -dabruin-alpha: - extension: .kak - output: dabruin-wrapper diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-accentblue.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-accentblue.mustache deleted file mode 100644 index e818b9a5..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-accentblue.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base0D-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-accentcyan.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-accentcyan.mustache deleted file mode 100644 index 5d1a8d67..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-accentcyan.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base0C-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-accentgreen.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-accentgreen.mustache deleted file mode 100644 index 8bd016cb..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-accentgreen.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base0B-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-accentorange.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-accentorange.mustache deleted file mode 100644 index 58fe56d7..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-accentorange.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base09-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-accentpurple.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-accentpurple.mustache deleted file mode 100644 index 49894b58..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-accentpurple.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base0E-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-accentred.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-accentred.mustache deleted file mode 100644 index 404e22a7..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-accentred.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base08-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentblue.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentblue.mustache deleted file mode 100644 index a724b60f..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentblue.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'default' -declare-option str dabruin_accent 'rgb:{{base0D-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentcyan.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentcyan.mustache deleted file mode 100644 index 6598250d..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentcyan.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'default' -declare-option str dabruin_accent 'rgb:{{base0C-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentgreen.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentgreen.mustache deleted file mode 100644 index 5d802586..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentgreen.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'default' -declare-option str dabruin_accent 'rgb:{{base0B-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentorange.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentorange.mustache deleted file mode 100644 index 1147e26d..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentorange.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'default' -declare-option str dabruin_accent 'rgb:{{base09-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentpurple.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentpurple.mustache deleted file mode 100644 index 25920ca2..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentpurple.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'default' -declare-option str dabruin_accent 'rgb:{{base0E-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentred.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentred.mustache deleted file mode 100644 index e9b592fc..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha-accentred.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'default' -declare-option str dabruin_accent 'rgb:{{base08-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin-alpha.mustache deleted file mode 100644 index 4cb9d127..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin-alpha.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'default' -declare-option str dabruin_accent 'rgb:{{base0A-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/dabruin.mustache b/dot-config/flavours/templates/kakoune/templates/dabruin.mustache deleted file mode 100644 index 0fa66778..00000000 --- a/dot-config/flavours/templates/kakoune/templates/dabruin.mustache +++ /dev/null @@ -1,5 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} -declare-option str dabruin_background 'rgb:{{base00-hex}}' -declare-option str dabruin_accent 'rgb:{{base0A-hex}}' diff --git a/dot-config/flavours/templates/kakoune/templates/default.mustache b/dot-config/flavours/templates/kakoune/templates/default.mustache deleted file mode 100644 index 1e36c053..00000000 --- a/dot-config/flavours/templates/kakoune/templates/default.mustache +++ /dev/null @@ -1,73 +0,0 @@ -## base16-kakoune (https://github.com/leira/base16-kakoune) -## by Leira Hua -## {{scheme-name}} scheme by {{scheme-author}} - -evaluate-commands %sh{ - base00='rgb:{{base00-hex}}' - base01='rgb:{{base01-hex}}' - base02='rgb:{{base02-hex}}' - base03='rgb:{{base03-hex}}' - base04='rgb:{{base04-hex}}' - base05='rgb:{{base05-hex}}' - base06='rgb:{{base06-hex}}' - base07='rgb:{{base07-hex}}' - base08='rgb:{{base08-hex}}' - base09='rgb:{{base09-hex}}' - base0A='rgb:{{base0A-hex}}' - base0B='rgb:{{base0B-hex}}' - base0C='rgb:{{base0C-hex}}' - base0D='rgb:{{base0D-hex}}' - base0E='rgb:{{base0E-hex}}' - base0F='rgb:{{base0F-hex}}' - - ## code - echo " - face global value ${base09} - face global type ${base0A}+b - face global identifier ${base08} - face global string ${base0B} - face global keyword ${base0E}+b - face global operator ${base05} - face global attribute ${base0C} - face global comment ${base03} - face global meta ${base0D} - face global builtin ${base0D}+b - " - - ## markup - echo " - face global title ${base0D}+b - face global header ${base0D}+b - face global bold ${base0A}+b - face global italic ${base0E} - face global mono ${base0B} - face global block ${base0C} - face global link ${base09} - face global bullet ${base08} - face global list ${base08} - " - - ## builtin - echo " - face global Default ${base05},${base00} - face global PrimarySelection ${base06},${base0D} - face global SecondarySelection ${base06},${base0F} - face global PrimaryCursor ${base00},${base05} - face global SecondaryCursor ${base06},${base0C} - face global LineNumbers ${base02},${base00} - face global LineNumberCursor ${base0A},${base00} - face global MenuForeground ${base00},${base0D} - face global MenuBackground ${base00},${base0C} - face global MenuInfo ${base02} - face global Information ${base00},${base0A} - face global Error ${base00},${base08} - face global StatusLine ${base04},${base01} - face global StatusLineMode ${base0B} - face global StatusLineInfo ${base0D} - face global StatusLineValue ${base0C} - face global StatusCursor ${base00},${base05} - face global Prompt ${base0D},${base01} - face global MatchingChar ${base06},${base02}+b - face global BufferPadding ${base03},${base00} - " -} diff --git a/dot-config/flavours/templates/kdeplasma/templates/config.yaml b/dot-config/flavours/templates/kdeplasma/templates/config.yaml deleted file mode 100644 index b2e630eb..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/config.yaml +++ /dev/null @@ -1,24 +0,0 @@ -default: - extension: .colors - output: schemes -default-orange: - extension: .colors - output: schemes-orange -default-yellow: - extension: .colors - output: schemes-yellow -default-green: - extension: .colors - output: schemes-green -default-cyan: - extension: .colors - output: schemes-cyan -default-blue: - extension: .colors - output: schemes-blue -default-purple: - extension: .colors - output: schemes-purple -default-surprise: - extension: .colors - output: schemes-surprise diff --git a/dot-config/flavours/templates/kdeplasma/templates/default-blue.mustache b/dot-config/flavours/templates/kdeplasma/templates/default-blue.mustache deleted file mode 100644 index 845dece1..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default-blue.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -DecorationHover={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -BackgroundNormal={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -DecorationFocus={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -DecorationHover={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -BackgroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -DecorationFocus={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -DecorationHover={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -DecorationHover={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -BackgroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -DecorationFocus={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -DecorationHover={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} Blue -Name={{scheme-name}} Blue -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/default-cyan.mustache b/dot-config/flavours/templates/kdeplasma/templates/default-cyan.mustache deleted file mode 100644 index e6c6ef81..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default-cyan.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -DecorationHover={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundActive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -BackgroundNormal={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -DecorationFocus={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -DecorationHover={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundActive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -DecorationHover={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundActive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -DecorationHover={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundActive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -DecorationHover={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundActive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} Green -Name={{scheme-name}} Green -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/default-green.mustache b/dot-config/flavours/templates/kdeplasma/templates/default-green.mustache deleted file mode 100644 index 13d3c920..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default-green.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -DecorationHover={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -BackgroundNormal={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -DecorationFocus={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -DecorationHover={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -DecorationHover={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -DecorationHover={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -DecorationHover={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} Green -Name={{scheme-name}} Green -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/default-orange.mustache b/dot-config/flavours/templates/kdeplasma/templates/default-orange.mustache deleted file mode 100644 index dc9cc4c3..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default-orange.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -DecorationHover={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundActive={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -BackgroundNormal={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -DecorationFocus={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -DecorationHover={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundActive={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -DecorationHover={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundActive={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -DecorationHover={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundActive={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -DecorationHover={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundActive={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} Green -Name={{scheme-name}} Green -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/default-purple.mustache b/dot-config/flavours/templates/kdeplasma/templates/default-purple.mustache deleted file mode 100644 index 5e504db5..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default-purple.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -DecorationHover={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -BackgroundNormal={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -DecorationFocus={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -DecorationHover={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -DecorationHover={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -DecorationHover={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -DecorationHover={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} Purple -Name={{scheme-name}} Purple -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/default-surprise.mustache b/dot-config/flavours/templates/kdeplasma/templates/default-surprise.mustache deleted file mode 100644 index 489e57f6..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default-surprise.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -DecorationHover={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundActive={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -BackgroundNormal={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -DecorationFocus={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -DecorationHover={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundActive={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -DecorationHover={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundActive={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -DecorationHover={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundActive={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -DecorationHover={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundActive={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} Green -Name={{scheme-name}} Green -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/default-yellow.mustache b/dot-config/flavours/templates/kdeplasma/templates/default-yellow.mustache deleted file mode 100644 index 8ae509ce..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default-yellow.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -DecorationHover={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundActive={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -BackgroundNormal={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -DecorationFocus={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -DecorationHover={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundActive={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -DecorationHover={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundActive={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -DecorationHover={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundActive={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -DecorationHover={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundActive={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} Green -Name={{scheme-name}} Green -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/default.mustache b/dot-config/flavours/templates/kdeplasma/templates/default.mustache deleted file mode 100644 index 2e8e771b..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/default.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -BackgroundNormal={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} -Name={{scheme-name}} -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveBlend={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/kdeplasma/templates/lesscontrast.mustache b/dot-config/flavours/templates/kdeplasma/templates/lesscontrast.mustache deleted file mode 100644 index 8f6adcbd..00000000 --- a/dot-config/flavours/templates/kdeplasma/templates/lesscontrast.mustache +++ /dev/null @@ -1,106 +0,0 @@ -[ColorEffects:Disabled] -Color=56,56,56 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65000000000000002 -ContrastEffect=1 -IntensityAmount=0.10000000000000001 -IntensityEffect=2 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025000000000000001 -ColorEffect=2 -ContrastAmount=0.10000000000000001 -ContrastEffect=2 -Enable=false -IntensityAmount=0 -IntensityEffect=0 - - -[Colors:Button] -BackgroundAlternate={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -BackgroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Selection] -BackgroundAlternate={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -BackgroundNormal={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Tooltip] -BackgroundAlternate={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -BackgroundNormal={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:View] -BackgroundAlternate={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -BackgroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Colors:Window] -BackgroundAlternate={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -BackgroundNormal={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -DecorationFocus={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -DecorationHover={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} -ForegroundActive={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} -ForegroundInactive={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundLink={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} -ForegroundNegative={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} -ForegroundNeutral={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} -ForegroundNormal={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -ForegroundPositive={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} -ForegroundVisited={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[General] -ColorScheme={{scheme-name}} -Name={{scheme-name}} -shadeSortColumn=true - -[KDE] -contrast=4 - -[WM] -activeBackground={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -activeBlend={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -activeForeground={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} -inactiveBackground={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -inactiveBlend={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} -inactiveForeground={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} diff --git a/dot-config/flavours/templates/konsole/templates/config.yaml b/dot-config/flavours/templates/konsole/templates/config.yaml deleted file mode 100644 index 746ff15a..00000000 --- a/dot-config/flavours/templates/konsole/templates/config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -default: - extension: .colorscheme - output: colorscheme -vim: - extension: .colorscheme - output: colorscheme-vim - diff --git a/dot-config/flavours/templates/konsole/templates/default.mustache b/dot-config/flavours/templates/konsole/templates/default.mustache deleted file mode 100644 index 1969db29..00000000 --- a/dot-config/flavours/templates/konsole/templates/default.mustache +++ /dev/null @@ -1,65 +0,0 @@ -[Background] -Color={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} - -[BackgroundIntense] -Color={{base03-rgb-r}},{{base03-rgb-g}},{{base03-rgb-b}} - -[Color0] -Color={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} - -[Color0Intense] -Color={{base03-rgb-r}},{{base03-rgb-g}},{{base03-rgb-b}} - -[Color1] -Color={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} - -[Color1Intense] -Color={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} - -[Color2] -Color={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} - -[Color2Intense] -Color={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} - -[Color3] -Color={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} - -[Color3Intense] -Color={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} - -[Color4] -Color={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} - -[Color4Intense] -Color={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} - -[Color5] -Color={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Color5Intense] -Color={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Color6] -Color={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} - -[Color6Intense] -Color={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} - -[Color7] -Color={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} - -[Color7Intense] -Color={{base07-rgb-r}},{{base07-rgb-g}},{{base07-rgb-b}} - -[Foreground] -Color={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} - -[ForegroundIntense] -Color={{base07-rgb-r}},{{base07-rgb-g}},{{base07-rgb-b}} - -[General] -Description=Base16 {{scheme-name}} -Opacity=1 -Wallpaper= - diff --git a/dot-config/flavours/templates/konsole/templates/vim.mustache b/dot-config/flavours/templates/konsole/templates/vim.mustache deleted file mode 100644 index 54b2ff2c..00000000 --- a/dot-config/flavours/templates/konsole/templates/vim.mustache +++ /dev/null @@ -1,65 +0,0 @@ -[Background] -Color={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} - -[BackgroundIntense] -Color={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} - -[Color0] -Color={{base00-rgb-r}},{{base00-rgb-g}},{{base00-rgb-b}} - -[Color0Intense] -Color={{base03-rgb-r}},{{base03-rgb-g}},{{base03-rgb-b}} - -[Color1] -Color={{base08-rgb-r}},{{base08-rgb-g}},{{base08-rgb-b}} - -[Color1Intense] -Color={{base09-rgb-r}},{{base09-rgb-g}},{{base09-rgb-b}} - -[Color2] -Color={{base0B-rgb-r}},{{base0B-rgb-g}},{{base0B-rgb-b}} - -[Color2Intense] -Color={{base01-rgb-r}},{{base01-rgb-g}},{{base01-rgb-b}} - -[Color3] -Color={{base0A-rgb-r}},{{base0A-rgb-g}},{{base0A-rgb-b}} - -[Color3Intense] -Color={{base02-rgb-r}},{{base02-rgb-g}},{{base02-rgb-b}} - -[Color4] -Color={{base0D-rgb-r}},{{base0D-rgb-g}},{{base0D-rgb-b}} - -[Color4Intense] -Color={{base04-rgb-r}},{{base04-rgb-g}},{{base04-rgb-b}} - -[Color5] -Color={{base0E-rgb-r}},{{base0E-rgb-g}},{{base0E-rgb-b}} - -[Color5Intense] -Color={{base06-rgb-r}},{{base06-rgb-g}},{{base06-rgb-b}} - -[Color6] -Color={{base0C-rgb-r}},{{base0C-rgb-g}},{{base0C-rgb-b}} - -[Color6Intense] -Color={{base0F-rgb-r}},{{base0F-rgb-g}},{{base0F-rgb-b}} - -[Color7] -Color={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} - -[Color7Intense] -Color={{base07-rgb-r}},{{base07-rgb-g}},{{base07-rgb-b}} - -[Foreground] -Color={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} - -[ForegroundIntense] -Color={{base05-rgb-r}},{{base05-rgb-g}},{{base05-rgb-b}} - -[General] -Description=Base16 {{scheme-name}} -Opacity=1 -Wallpaper= - diff --git a/dot-config/flavours/templates/mako/templates/alpha.mustache b/dot-config/flavours/templates/mako/templates/alpha.mustache deleted file mode 100644 index b909b29f..00000000 --- a/dot-config/flavours/templates/mako/templates/alpha.mustache +++ /dev/null @@ -1,18 +0,0 @@ -## Base16 {{scheme-name}} -# Author: {{scheme-author}} -# -# You can use these variables anywhere in the mako configuration file. - -background-color=#{{base01-hex}}aa -text-color=#{{base05-hex}} -border-color=#{{base04-hex}} - -[urgency=low] -background-color=#{{base01-hex}}aa -text-color=#{{base0A-hex}} -border-color=#{{base04-hex}} - -[urgency=high] -background-color=#{{base01-hex}}aa -text-color=#{{base08-hex}} -border-color=#{{base04-hex}} diff --git a/dot-config/flavours/templates/mako/templates/config.yaml b/dot-config/flavours/templates/mako/templates/config.yaml deleted file mode 100644 index 1832de57..00000000 --- a/dot-config/flavours/templates/mako/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default: - extension: .config - output: colors diff --git a/dot-config/flavours/templates/mako/templates/default.mustache b/dot-config/flavours/templates/mako/templates/default.mustache deleted file mode 100644 index 5a3492be..00000000 --- a/dot-config/flavours/templates/mako/templates/default.mustache +++ /dev/null @@ -1,18 +0,0 @@ -## Base16 {{scheme-name}} -# Author: {{scheme-author}} -# -# You can use these variables anywhere in the mako configuration file. - -background-color=#{{base00-hex}} -text-color=#{{base05-hex}} -border-color=#{{base0C-hex}} - -[urgency=low] -background-color=#{{base00-hex}} -text-color=#{{base0A-hex}} -border-color=#{{base0C-hex}} - -[urgency=high] -background-color=#{{base00-hex}} -text-color=#{{base08-hex}} -border-color=#{{base0C-hex}} diff --git a/dot-config/flavours/templates/qutebrowser/templates/colorsonly.mustache b/dot-config/flavours/templates/qutebrowser/templates/colorsonly.mustache deleted file mode 100644 index 23e543f0..00000000 --- a/dot-config/flavours/templates/qutebrowser/templates/colorsonly.mustache +++ /dev/null @@ -1,22 +0,0 @@ -# base16-qutebrowser (https://github.com/theova/base16-qutebrowser) -# Scheme name: {{scheme-name}} -# Scheme author: {{scheme-author}} -# Template author: theova -# Commentary: Tinted Theming: (https://github.com/tinted-theming) - -base00 = "#{{base00-hex}}" -base01 = "#{{base01-hex}}" -base02 = "#{{base02-hex}}" -base03 = "#{{base03-hex}}" -base04 = "#{{base04-hex}}" -base05 = "#{{base05-hex}}" -base06 = "#{{base06-hex}}" -base07 = "#{{base07-hex}}" -base08 = "#{{base08-hex}}" -base09 = "#{{base09-hex}}" -base0A = "#{{base0A-hex}}" -base0B = "#{{base0B-hex}}" -base0C = "#{{base0C-hex}}" -base0D = "#{{base0D-hex}}" -base0E = "#{{base0E-hex}}" -base0F = "#{{base0F-hex}}" diff --git a/dot-config/flavours/templates/qutebrowser/templates/config.yaml b/dot-config/flavours/templates/qutebrowser/templates/config.yaml deleted file mode 100644 index 96cae8e3..00000000 --- a/dot-config/flavours/templates/qutebrowser/templates/config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -default: - extension: .config.py - output: themes/default - -minimal: - extension: .config.py - output: themes/minimal - -colorsonly: - extension: .py - output: base16-wrapper diff --git a/dot-config/flavours/templates/qutebrowser/templates/default.mustache b/dot-config/flavours/templates/qutebrowser/templates/default.mustache deleted file mode 100644 index 6d4fa9d4..00000000 --- a/dot-config/flavours/templates/qutebrowser/templates/default.mustache +++ /dev/null @@ -1,302 +0,0 @@ -# base16-qutebrowser (https://github.com/theova/base16-qutebrowser) -# Scheme name: {{scheme-name}} -# Scheme author: {{scheme-author}} -# Template author: theova -# Commentary: Tinted Theming: (https://github.com/tinted-theming) - -base00 = "#{{base00-hex}}" -base01 = "#{{base01-hex}}" -base02 = "#{{base02-hex}}" -base03 = "#{{base03-hex}}" -base04 = "#{{base04-hex}}" -base05 = "#{{base05-hex}}" -base06 = "#{{base06-hex}}" -base07 = "#{{base07-hex}}" -base08 = "#{{base08-hex}}" -base09 = "#{{base09-hex}}" -base0A = "#{{base0A-hex}}" -base0B = "#{{base0B-hex}}" -base0C = "#{{base0C-hex}}" -base0D = "#{{base0D-hex}}" -base0E = "#{{base0E-hex}}" -base0F = "#{{base0F-hex}}" - -# set qutebrowser colors - -# Text color of the completion widget. May be a single color to use for -# all columns or a list of three colors, one for each column. -c.colors.completion.fg = base05 - -# Background color of the completion widget for odd rows. -c.colors.completion.odd.bg = base01 - -# Background color of the completion widget for even rows. -c.colors.completion.even.bg = base00 - -# Foreground color of completion widget category headers. -c.colors.completion.category.fg = base0A - -# Background color of the completion widget category headers. -c.colors.completion.category.bg = base00 - -# Top border color of the completion widget category headers. -c.colors.completion.category.border.top = base00 - -# Bottom border color of the completion widget category headers. -c.colors.completion.category.border.bottom = base00 - -# Foreground color of the selected completion item. -c.colors.completion.item.selected.fg = base05 - -# Background color of the selected completion item. -c.colors.completion.item.selected.bg = base02 - -# Top border color of the selected completion item. -c.colors.completion.item.selected.border.top = base02 - -# Bottom border color of the selected completion item. -c.colors.completion.item.selected.border.bottom = base02 - -# Foreground color of the matched text in the selected completion item. -c.colors.completion.item.selected.match.fg = base0B - -# Foreground color of the matched text in the completion. -c.colors.completion.match.fg = base0B - -# Color of the scrollbar handle in the completion view. -c.colors.completion.scrollbar.fg = base05 - -# Color of the scrollbar in the completion view. -c.colors.completion.scrollbar.bg = base00 - -# Background color of disabled items in the context menu. -c.colors.contextmenu.disabled.bg = base01 - -# Foreground color of disabled items in the context menu. -c.colors.contextmenu.disabled.fg = base04 - -# Background color of the context menu. If set to null, the Qt default is used. -c.colors.contextmenu.menu.bg = base00 - -# Foreground color of the context menu. If set to null, the Qt default is used. -c.colors.contextmenu.menu.fg = base05 - -# Background color of the context menu’s selected item. If set to null, the Qt default is used. -c.colors.contextmenu.selected.bg = base02 - -#Foreground color of the context menu’s selected item. If set to null, the Qt default is used. -c.colors.contextmenu.selected.fg = base05 - -# Background color for the download bar. -c.colors.downloads.bar.bg = base00 - -# Color gradient start for download text. -c.colors.downloads.start.fg = base00 - -# Color gradient start for download backgrounds. -c.colors.downloads.start.bg = base0D - -# Color gradient end for download text. -c.colors.downloads.stop.fg = base00 - -# Color gradient stop for download backgrounds. -c.colors.downloads.stop.bg = base0C - -# Foreground color for downloads with errors. -c.colors.downloads.error.fg = base08 - -# Font color for hints. -c.colors.hints.fg = base00 - -# Background color for hints. Note that you can use a `rgba(...)` value -# for transparency. -c.colors.hints.bg = base0A - -# Font color for the matched part of hints. -c.colors.hints.match.fg = base05 - -# Text color for the keyhint widget. -c.colors.keyhint.fg = base05 - -# Highlight color for keys to complete the current keychain. -c.colors.keyhint.suffix.fg = base05 - -# Background color of the keyhint widget. -c.colors.keyhint.bg = base00 - -# Foreground color of an error message. -c.colors.messages.error.fg = base00 - -# Background color of an error message. -c.colors.messages.error.bg = base08 - -# Border color of an error message. -c.colors.messages.error.border = base08 - -# Foreground color of a warning message. -c.colors.messages.warning.fg = base00 - -# Background color of a warning message. -c.colors.messages.warning.bg = base0E - -# Border color of a warning message. -c.colors.messages.warning.border = base0E - -# Foreground color of an info message. -c.colors.messages.info.fg = base05 - -# Background color of an info message. -c.colors.messages.info.bg = base00 - -# Border color of an info message. -c.colors.messages.info.border = base00 - -# Foreground color for prompts. -c.colors.prompts.fg = base05 - -# Border used around UI elements in prompts. -c.colors.prompts.border = base00 - -# Background color for prompts. -c.colors.prompts.bg = base00 - -# Background color for the selected item in filename prompts. -c.colors.prompts.selected.bg = base02 - -# Foreground color for the selected item in filename prompts. -c.colors.prompts.selected.fg = base05 - -# Foreground color of the statusbar. -c.colors.statusbar.normal.fg = base0B - -# Background color of the statusbar. -c.colors.statusbar.normal.bg = base00 - -# Foreground color of the statusbar in insert mode. -c.colors.statusbar.insert.fg = base00 - -# Background color of the statusbar in insert mode. -c.colors.statusbar.insert.bg = base0D - -# Foreground color of the statusbar in passthrough mode. -c.colors.statusbar.passthrough.fg = base00 - -# Background color of the statusbar in passthrough mode. -c.colors.statusbar.passthrough.bg = base0C - -# Foreground color of the statusbar in private browsing mode. -c.colors.statusbar.private.fg = base00 - -# Background color of the statusbar in private browsing mode. -c.colors.statusbar.private.bg = base01 - -# Foreground color of the statusbar in command mode. -c.colors.statusbar.command.fg = base05 - -# Background color of the statusbar in command mode. -c.colors.statusbar.command.bg = base00 - -# Foreground color of the statusbar in private browsing + command mode. -c.colors.statusbar.command.private.fg = base05 - -# Background color of the statusbar in private browsing + command mode. -c.colors.statusbar.command.private.bg = base00 - -# Foreground color of the statusbar in caret mode. -c.colors.statusbar.caret.fg = base00 - -# Background color of the statusbar in caret mode. -c.colors.statusbar.caret.bg = base0E - -# Foreground color of the statusbar in caret mode with a selection. -c.colors.statusbar.caret.selection.fg = base00 - -# Background color of the statusbar in caret mode with a selection. -c.colors.statusbar.caret.selection.bg = base0D - -# Background color of the progress bar. -c.colors.statusbar.progress.bg = base0D - -# Default foreground color of the URL in the statusbar. -c.colors.statusbar.url.fg = base05 - -# Foreground color of the URL in the statusbar on error. -c.colors.statusbar.url.error.fg = base08 - -# Foreground color of the URL in the statusbar for hovered links. -c.colors.statusbar.url.hover.fg = base05 - -# Foreground color of the URL in the statusbar on successful load -# (http). -c.colors.statusbar.url.success.http.fg = base0C - -# Foreground color of the URL in the statusbar on successful load -# (https). -c.colors.statusbar.url.success.https.fg = base0B - -# Foreground color of the URL in the statusbar when there's a warning. -c.colors.statusbar.url.warn.fg = base0E - -# Background color of the tab bar. -c.colors.tabs.bar.bg = base00 - -# Color gradient start for the tab indicator. -c.colors.tabs.indicator.start = base0D - -# Color gradient end for the tab indicator. -c.colors.tabs.indicator.stop = base0C - -# Color for the tab indicator on errors. -c.colors.tabs.indicator.error = base08 - -# Foreground color of unselected odd tabs. -c.colors.tabs.odd.fg = base05 - -# Background color of unselected odd tabs. -c.colors.tabs.odd.bg = base01 - -# Foreground color of unselected even tabs. -c.colors.tabs.even.fg = base05 - -# Background color of unselected even tabs. -c.colors.tabs.even.bg = base00 - -# Background color of pinned unselected even tabs. -c.colors.tabs.pinned.even.bg = base0C - -# Foreground color of pinned unselected even tabs. -c.colors.tabs.pinned.even.fg = base07 - -# Background color of pinned unselected odd tabs. -c.colors.tabs.pinned.odd.bg = base0B - -# Foreground color of pinned unselected odd tabs. -c.colors.tabs.pinned.odd.fg = base07 - -# Background color of pinned selected even tabs. -c.colors.tabs.pinned.selected.even.bg = base02 - -# Foreground color of pinned selected even tabs. -c.colors.tabs.pinned.selected.even.fg = base05 - -# Background color of pinned selected odd tabs. -c.colors.tabs.pinned.selected.odd.bg = base02 - -# Foreground color of pinned selected odd tabs. -c.colors.tabs.pinned.selected.odd.fg = base05 - -# Foreground color of selected odd tabs. -c.colors.tabs.selected.odd.fg = base05 - -# Background color of selected odd tabs. -c.colors.tabs.selected.odd.bg = base02 - -# Foreground color of selected even tabs. -c.colors.tabs.selected.even.fg = base05 - -# Background color of selected even tabs. -c.colors.tabs.selected.even.bg = base02 - -# Background color for webpages if unset (or empty to use the theme's -# color). -# c.colors.webpage.bg = base00 diff --git a/dot-config/flavours/templates/qutebrowser/templates/minimal.mustache b/dot-config/flavours/templates/qutebrowser/templates/minimal.mustache deleted file mode 100644 index 210259ec..00000000 --- a/dot-config/flavours/templates/qutebrowser/templates/minimal.mustache +++ /dev/null @@ -1,302 +0,0 @@ -# base16-qutebrowser (https://github.com/theova/base16-qutebrowser) -# Scheme name: {{scheme-name}} -# Scheme author: {{scheme-author}} -# Template author: theova -# Commentary: Tinted Theming: (https://github.com/tinted-theming) - -base00 = "#{{base00-hex}}" -base01 = "#{{base01-hex}}" -base02 = "#{{base02-hex}}" -base03 = "#{{base03-hex}}" -base04 = "#{{base04-hex}}" -base05 = "#{{base05-hex}}" -base06 = "#{{base06-hex}}" -base07 = "#{{base07-hex}}" -base08 = "#{{base08-hex}}" -base09 = "#{{base09-hex}}" -base0A = "#{{base0A-hex}}" -base0B = "#{{base0B-hex}}" -base0C = "#{{base0C-hex}}" -base0D = "#{{base0D-hex}}" -base0E = "#{{base0E-hex}}" -base0F = "#{{base0F-hex}}" - -# set qutebrowser colors - -# Text color of the completion widget. May be a single color to use for -# all columns or a list of three colors, one for each column. -c.colors.completion.fg = base05 - -# Background color of the completion widget for odd rows. -c.colors.completion.odd.bg = base00 - -# Background color of the completion widget for even rows. -c.colors.completion.even.bg = base00 - -# Foreground color of completion widget category headers. -c.colors.completion.category.fg = base0D - -# Background color of the completion widget category headers. -c.colors.completion.category.bg = base00 - -# Top border color of the completion widget category headers. -c.colors.completion.category.border.top = base00 - -# Bottom border color of the completion widget category headers. -c.colors.completion.category.border.bottom = base00 - -# Foreground color of the selected completion item. -c.colors.completion.item.selected.fg = base07 - -# Background color of the selected completion item. -c.colors.completion.item.selected.bg = base03 - -# Top border color of the selected completion item. -c.colors.completion.item.selected.border.top = base02 - -# Bottom border color of the selected completion item. -c.colors.completion.item.selected.border.bottom = base02 - -# Foreground color of the matched text in the selected completion item. -c.colors.completion.item.selected.match.fg = base0C - -# Foreground color of the matched text in the completion. -c.colors.completion.match.fg = base0C - -# Color of the scrollbar handle in the completion view. -c.colors.completion.scrollbar.fg = base05 - -# Color of the scrollbar in the completion view. -c.colors.completion.scrollbar.bg = base00 - -# Background color of disabled items in the context menu. -c.colors.contextmenu.disabled.bg = base00 - -# Foreground color of disabled items in the context menu. -c.colors.contextmenu.disabled.fg = base04 - -# Background color of the context menu. If set to null, the Qt default is used. -c.colors.contextmenu.menu.bg = base00 - -# Foreground color of the context menu. If set to null, the Qt default is used. -c.colors.contextmenu.menu.fg = base05 - -# Background color of the context menu’s selected item. If set to null, the Qt default is used. -c.colors.contextmenu.selected.bg = base03 - -#Foreground color of the context menu’s selected item. If set to null, the Qt default is used. -c.colors.contextmenu.selected.fg = base05 - -# Background color for the download bar. -c.colors.downloads.bar.bg = base00 - -# Color gradient start for download text. -c.colors.downloads.start.fg = base00 - -# Color gradient start for download backgrounds. -c.colors.downloads.start.bg = base0D - -# Color gradient end for download text. -c.colors.downloads.stop.fg = base00 - -# Color gradient stop for download backgrounds. -c.colors.downloads.stop.bg = base0C - -# Foreground color for downloads with errors. -c.colors.downloads.error.fg = base08 - -# Font color for hints. -c.colors.hints.fg = base00 - -# Background color for hints. Note that you can use a `rgba(...)` value -# for transparency. -c.colors.hints.bg = base0A - -# Font color for the matched part of hints. -c.colors.hints.match.fg = base05 - -# Text color for the keyhint widget. -c.colors.keyhint.fg = base05 - -# Highlight color for keys to complete the current keychain. -c.colors.keyhint.suffix.fg = base05 - -# Background color of the keyhint widget. -c.colors.keyhint.bg = base00 - -# Foreground color of an error message. -c.colors.messages.error.fg = base00 - -# Background color of an error message. -c.colors.messages.error.bg = base08 - -# Border color of an error message. -c.colors.messages.error.border = base08 - -# Foreground color of a warning message. -c.colors.messages.warning.fg = base00 - -# Background color of a warning message. -c.colors.messages.warning.bg = base0E - -# Border color of a warning message. -c.colors.messages.warning.border = base0E - -# Foreground color of an info message. -c.colors.messages.info.fg = base05 - -# Background color of an info message. -c.colors.messages.info.bg = base00 - -# Border color of an info message. -c.colors.messages.info.border = base00 - -# Foreground color for prompts. -c.colors.prompts.fg = base05 - -# Border used around UI elements in prompts. -c.colors.prompts.border = base00 - -# Background color for prompts. -c.colors.prompts.bg = base00 - -# Background color for the selected item in filename prompts. -c.colors.prompts.selected.bg = base02 - -# Foreground color for the selected item in filename prompts. -c.colors.prompts.selected.fg = base05 - -# Foreground color of the statusbar. -c.colors.statusbar.normal.fg = base05 - -# Background color of the statusbar. -c.colors.statusbar.normal.bg = base00 - -# Foreground color of the statusbar in insert mode. -c.colors.statusbar.insert.fg = base0C - -# Background color of the statusbar in insert mode. -c.colors.statusbar.insert.bg = base00 - -# Foreground color of the statusbar in passthrough mode. -c.colors.statusbar.passthrough.fg = base0A - -# Background color of the statusbar in passthrough mode. -c.colors.statusbar.passthrough.bg = base00 - -# Foreground color of the statusbar in private browsing mode. -c.colors.statusbar.private.fg = base0E - -# Background color of the statusbar in private browsing mode. -c.colors.statusbar.private.bg = base00 - -# Foreground color of the statusbar in command mode. -c.colors.statusbar.command.fg = base04 - -# Background color of the statusbar in command mode. -c.colors.statusbar.command.bg = base01 - -# Foreground color of the statusbar in private browsing + command mode. -c.colors.statusbar.command.private.fg = base0E - -# Background color of the statusbar in private browsing + command mode. -c.colors.statusbar.command.private.bg = base01 - -# Foreground color of the statusbar in caret mode. -c.colors.statusbar.caret.fg = base0D - -# Background color of the statusbar in caret mode. -c.colors.statusbar.caret.bg = base00 - -# Foreground color of the statusbar in caret mode with a selection. -c.colors.statusbar.caret.selection.fg = base0D - -# Background color of the statusbar in caret mode with a selection. -c.colors.statusbar.caret.selection.bg = base00 - -# Background color of the progress bar. -c.colors.statusbar.progress.bg = base0D - -# Default foreground color of the URL in the statusbar. -c.colors.statusbar.url.fg = base05 - -# Foreground color of the URL in the statusbar on error. -c.colors.statusbar.url.error.fg = base08 - -# Foreground color of the URL in the statusbar for hovered links. -c.colors.statusbar.url.hover.fg = base09 - -# Foreground color of the URL in the statusbar on successful load -# (http). -c.colors.statusbar.url.success.http.fg = base0B - -# Foreground color of the URL in the statusbar on successful load -# (https). -c.colors.statusbar.url.success.https.fg = base0B - -# Foreground color of the URL in the statusbar when there's a warning. -c.colors.statusbar.url.warn.fg = base0E - -# Background color of the tab bar. -c.colors.tabs.bar.bg = base00 - -# Color gradient start for the tab indicator. -c.colors.tabs.indicator.start = base09 - -# Color gradient end for the tab indicator. -c.colors.tabs.indicator.stop = base0B - -# Color for the tab indicator on errors. -c.colors.tabs.indicator.error = base08 - -# Foreground color of unselected odd tabs. -c.colors.tabs.odd.fg = base05 - -# Background color of unselected odd tabs. -c.colors.tabs.odd.bg = base01 - -# Foreground color of unselected even tabs. -c.colors.tabs.even.fg = base05 - -# Background color of unselected even tabs. -c.colors.tabs.even.bg = base01 - -# Background color of pinned unselected even tabs. -c.colors.tabs.pinned.even.bg = base02 - -# Foreground color of pinned unselected even tabs. -c.colors.tabs.pinned.even.fg = base05 - -# Background color of pinned unselected odd tabs. -c.colors.tabs.pinned.odd.bg = base02 - -# Foreground color of pinned unselected odd tabs. -c.colors.tabs.pinned.odd.fg = base05 - -# Background color of pinned selected even tabs. -c.colors.tabs.pinned.selected.even.bg = base04 - -# Foreground color of pinned selected even tabs. -c.colors.tabs.pinned.selected.even.fg = base00 - -# Background color of pinned selected odd tabs. -c.colors.tabs.pinned.selected.odd.bg = base04 - -# Foreground color of pinned selected odd tabs. -c.colors.tabs.pinned.selected.odd.fg = base00 - -# Foreground color of selected odd tabs. -c.colors.tabs.selected.odd.fg = base00 - -# Background color of selected odd tabs. -c.colors.tabs.selected.odd.bg = base04 - -# Foreground color of selected even tabs. -c.colors.tabs.selected.even.fg = base00 - -# Background color of selected even tabs. -c.colors.tabs.selected.even.bg = base04 - -# Background color for webpages if unset (or empty to use the theme's -# color). -c.colors.webpage.bg = '' diff --git a/dot-config/flavours/templates/shell/templates/config.yaml b/dot-config/flavours/templates/shell/templates/config.yaml deleted file mode 100644 index 5537291f..00000000 --- a/dot-config/flavours/templates/shell/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default: - extension: .sh - output: scripts \ No newline at end of file diff --git a/dot-config/flavours/templates/shell/templates/default.mustache b/dot-config/flavours/templates/shell/templates/default.mustache deleted file mode 100644 index bb3cc869..00000000 --- a/dot-config/flavours/templates/shell/templates/default.mustache +++ /dev/null @@ -1,128 +0,0 @@ -#!/bin/sh -# base16-shell (https://github.com/chriskempson/base16-shell) -# Base16 Shell template by Chris Kempson (http://chriskempson.com) -# {{scheme-name}} scheme by {{scheme-author}} -# comment: Base 16 Shell color order fixed by freerunner -export BASE16_THEME={{scheme-slug}} - -color00="{{base00-hex-r}}/{{base00-hex-g}}/{{base00-hex-b}}" # Base 00 - Black -color01="{{base08-hex-r}}/{{base08-hex-g}}/{{base08-hex-b}}" # Base 08 - Red -color02="{{base0B-hex-r}}/{{base0B-hex-g}}/{{base0B-hex-b}}" # Base 0B - Green -color03="{{base0A-hex-r}}/{{base0A-hex-g}}/{{base0A-hex-b}}" # Base 0A - Yellow -color04="{{base0D-hex-r}}/{{base0D-hex-g}}/{{base0D-hex-b}}" # Base 0D - Blue -color05="{{base0E-hex-r}}/{{base0E-hex-g}}/{{base0E-hex-b}}" # Base 0E - Magenta -color06="{{base0C-hex-r}}/{{base0C-hex-g}}/{{base0C-hex-b}}" # Base 0C - Cyan -color07="{{base05-hex-r}}/{{base05-hex-g}}/{{base05-hex-b}}" # Base 05 - White -color08="{{base03-hex-r}}/{{base03-hex-g}}/{{base03-hex-b}}" # Base 03 - Bright Black -color09=$color01 # Base 08 - Bright Red -color10=$color02 # Base 0B - Bright Green -color11=$color03 # Base 0A - Bright Yellow -color12=$color04 # Base 0D - Bright Blue -color13=$color05 # Base 0E - Bright Magenta -color14=$color06 # Base 0C - Bright Cyan -color15="{{base07-hex-r}}/{{base07-hex-g}}/{{base07-hex-b}}" # Base 07 - Bright White -color16="{{base09-hex-r}}/{{base09-hex-g}}/{{base09-hex-b}}" # Base 09 -color17="{{base0F-hex-r}}/{{base0F-hex-g}}/{{base0F-hex-b}}" # Base 0F -color18="{{base01-hex-r}}/{{base01-hex-g}}/{{base01-hex-b}}" # Base 01 -color19="{{base02-hex-r}}/{{base02-hex-g}}/{{base02-hex-b}}" # Base 02 -color20="{{base04-hex-r}}/{{base04-hex-g}}/{{base04-hex-b}}" # Base 04 -color21="{{base06-hex-r}}/{{base06-hex-g}}/{{base06-hex-b}}" # Base 06 -color_foreground="{{base05-hex-r}}/{{base05-hex-g}}/{{base05-hex-b}}" # Base 05 -color_background="{{base00-hex-r}}/{{base00-hex-g}}/{{base00-hex-b}}" # Base 00 - -if [ -n "$TMUX" ]; then - # Tell tmux to pass the escape sequences through - # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324) - put_template() { printf '\033Ptmux;\033\033]4;%d;rgb:%s\033\033\\\033\\' $@; } - put_template_var() { printf '\033Ptmux;\033\033]%d;rgb:%s\033\033\\\033\\' $@; } - put_template_custom() { printf '\033Ptmux;\033\033]%s%s\033\033\\\033\\' $@; } -elif [ "${TERM%%[-.]*}" = "screen" ]; then - # GNU screen (screen, screen-256color, screen-256color-bce) - put_template() { printf '\033P\033]4;%d;rgb:%s\007\033\\' $@; } - put_template_var() { printf '\033P\033]%d;rgb:%s\007\033\\' $@; } - put_template_custom() { printf '\033P\033]%s%s\007\033\\' $@; } -elif [ "${TERM%%-*}" = "linux" ]; then - put_template() { [ $1 -lt 16 ] && printf "\e]P%x%s" $1 $(echo $2 | sed 's/\///g'); } - put_template_var() { true; } - put_template_custom() { true; } -else - put_template() { printf '\033]4;%d;rgb:%s\033\\' $@; } - put_template_var() { printf '\033]%d;rgb:%s\033\\' $@; } - put_template_custom() { printf '\033]%s%s\033\\' $@; } -fi - -# 16 color space -put_template 0 $color00 -put_template 1 $color01 -put_template 2 $color02 -put_template 3 $color03 -put_template 4 $color04 -put_template 5 $color05 -put_template 6 $color06 -put_template 7 $color07 -put_template 8 $color08 -put_template 9 $color09 -put_template 10 $color10 -put_template 11 $color11 -put_template 12 $color12 -put_template 13 $color13 -put_template 14 $color14 -put_template 15 $color15 - -# 256 color space -put_template 16 $color16 -put_template 17 $color17 -put_template 18 $color18 -put_template 19 $color19 -put_template 20 $color20 -put_template 21 $color21 - -# foreground / background / cursor color -if [ -n "$ITERM_SESSION_ID" ]; then - # iTerm2 proprietary escape codes - put_template_custom Pg {{base05-hex}} # foreground - put_template_custom Ph {{base00-hex}} # background - put_template_custom Pi {{base05-hex}} # bold color - put_template_custom Pj {{base02-hex}} # selection color - put_template_custom Pk {{base05-hex}} # selected text color - put_template_custom Pl {{base05-hex}} # cursor - put_template_custom Pm {{base00-hex}} # cursor text -else - put_template_var 10 $color_foreground - if [ "$BASE16_SHELL_SET_BACKGROUND" != false ]; then - put_template_var 11 $color_background - if [ "${TERM%%-*}" = "rxvt" ]; then - put_template_var 708 $color_background # internal border (rxvt) - fi - fi - put_template_custom 12 ";7" # cursor (reverse video) -fi - -# clean up -unset -f put_template -unset -f put_template_var -unset -f put_template_custom -unset color00 -unset color01 -unset color02 -unset color03 -unset color04 -unset color05 -unset color06 -unset color07 -unset color08 -unset color09 -unset color10 -unset color11 -unset color12 -unset color13 -unset color14 -unset color15 -unset color16 -unset color17 -unset color18 -unset color19 -unset color20 -unset color21 -unset color_foreground -unset color_background diff --git a/dot-config/flavours/templates/stylesheets/templates/config.yaml b/dot-config/flavours/templates/stylesheets/templates/config.yaml deleted file mode 100644 index cc658317..00000000 --- a/dot-config/flavours/templates/stylesheets/templates/config.yaml +++ /dev/null @@ -1,18 +0,0 @@ -css: - extension: .css - output: css -css-variables: - extension: .css - output: css-variables -less: - extension: .less - output: less -sass: - extension: .sass - output: sass -scss: - extension: .scss - output: scss -stylus: - extension: .styl - output: stylus diff --git a/dot-config/flavours/templates/stylesheets/templates/css-variables.mustache b/dot-config/flavours/templates/stylesheets/templates/css-variables.mustache deleted file mode 100644 index 3dcac69a..00000000 --- a/dot-config/flavours/templates/stylesheets/templates/css-variables.mustache +++ /dev/null @@ -1,20 +0,0 @@ -/* {{{scheme-name}}} by {{{scheme-author}}} */ - -:root { - --base00: #{{base00-hex}}; - --base01: #{{base01-hex}}; - --base02: #{{base02-hex}}; - --base03: #{{base03-hex}}; - --base04: #{{base04-hex}}; - --base05: #{{base05-hex}}; - --base06: #{{base06-hex}}; - --base07: #{{base07-hex}}; - --base08: #{{base08-hex}}; - --base09: #{{base09-hex}}; - --base0A: #{{base0A-hex}}; - --base0B: #{{base0B-hex}}; - --base0C: #{{base0C-hex}}; - --base0D: #{{base0D-hex}}; - --base0E: #{{base0E-hex}}; - --base0F: #{{base0F-hex}}; -} diff --git a/dot-config/flavours/templates/stylesheets/templates/css.mustache b/dot-config/flavours/templates/stylesheets/templates/css.mustache deleted file mode 100644 index a1276d90..00000000 --- a/dot-config/flavours/templates/stylesheets/templates/css.mustache +++ /dev/null @@ -1,35 +0,0 @@ -/* {{{scheme-name}}} by {{{scheme-author}}} */ - -.base00-bg { background-color: #{{base00-hex}}; } -.base01-bg { background-color: #{{base01-hex}}; } -.base02-bg { background-color: #{{base02-hex}}; } -.base03-bg { background-color: #{{base03-hex}}; } -.base04-bg { background-color: #{{base04-hex}}; } -.base05-bg { background-color: #{{base05-hex}}; } -.base06-bg { background-color: #{{base06-hex}}; } -.base07-bg { background-color: #{{base07-hex}}; } -.base08-bg { background-color: #{{base08-hex}}; } -.base09-bg { background-color: #{{base09-hex}}; } -.base0A-bg { background-color: #{{base0A-hex}}; } -.base0B-bg { background-color: #{{base0B-hex}}; } -.base0C-bg { background-color: #{{base0C-hex}}; } -.base0D-bg { background-color: #{{base0D-hex}}; } -.base0E-bg { background-color: #{{base0E-hex}}; } -.base0F-bg { background-color: #{{base0F-hex}}; } - -.base00 { color: #{{base00-hex}}; } -.base01 { color: #{{base01-hex}}; } -.base02 { color: #{{base02-hex}}; } -.base03 { color: #{{base03-hex}}; } -.base04 { color: #{{base04-hex}}; } -.base05 { color: #{{base05-hex}}; } -.base06 { color: #{{base06-hex}}; } -.base07 { color: #{{base07-hex}}; } -.base08 { color: #{{base08-hex}}; } -.base09 { color: #{{base09-hex}}; } -.base0A { color: #{{base0A-hex}}; } -.base0B { color: #{{base0B-hex}}; } -.base0C { color: #{{base0C-hex}}; } -.base0D { color: #{{base0D-hex}}; } -.base0E { color: #{{base0E-hex}}; } -.base0F { color: #{{base0F-hex}}; } diff --git a/dot-config/flavours/templates/stylesheets/templates/less.mustache b/dot-config/flavours/templates/stylesheets/templates/less.mustache deleted file mode 100644 index 1d196e3b..00000000 --- a/dot-config/flavours/templates/stylesheets/templates/less.mustache +++ /dev/null @@ -1,18 +0,0 @@ -// {{{scheme-name}}} by {{{scheme-author}}} - -@base00: #{{base00-hex}}; -@base01: #{{base01-hex}}; -@base02: #{{base02-hex}}; -@base03: #{{base03-hex}}; -@base04: #{{base04-hex}}; -@base05: #{{base05-hex}}; -@base06: #{{base06-hex}}; -@base07: #{{base07-hex}}; -@base08: #{{base08-hex}}; -@base09: #{{base09-hex}}; -@base0A: #{{base0A-hex}}; -@base0B: #{{base0B-hex}}; -@base0C: #{{base0C-hex}}; -@base0D: #{{base0D-hex}}; -@base0E: #{{base0E-hex}}; -@base0F: #{{base0F-hex}}; diff --git a/dot-config/flavours/templates/stylesheets/templates/sass.mustache b/dot-config/flavours/templates/stylesheets/templates/sass.mustache deleted file mode 100644 index 90b769d2..00000000 --- a/dot-config/flavours/templates/stylesheets/templates/sass.mustache +++ /dev/null @@ -1,18 +0,0 @@ -// {{{scheme-name}}} by {{{scheme-author}}} - -$base00: #{{base00-hex}} -$base01: #{{base01-hex}} -$base02: #{{base02-hex}} -$base03: #{{base03-hex}} -$base04: #{{base04-hex}} -$base05: #{{base05-hex}} -$base06: #{{base06-hex}} -$base07: #{{base07-hex}} -$base08: #{{base08-hex}} -$base09: #{{base09-hex}} -$base0A: #{{base0A-hex}} -$base0B: #{{base0B-hex}} -$base0C: #{{base0C-hex}} -$base0D: #{{base0D-hex}} -$base0E: #{{base0E-hex}} -$base0F: #{{base0F-hex}} diff --git a/dot-config/flavours/templates/stylesheets/templates/scss.mustache b/dot-config/flavours/templates/stylesheets/templates/scss.mustache deleted file mode 100644 index 09d452d7..00000000 --- a/dot-config/flavours/templates/stylesheets/templates/scss.mustache +++ /dev/null @@ -1,18 +0,0 @@ -/* {{{scheme-name}}} by {{{scheme-author}}} */ - -$base00: #{{base00-hex}}; -$base01: #{{base01-hex}}; -$base02: #{{base02-hex}}; -$base03: #{{base03-hex}}; -$base04: #{{base04-hex}}; -$base05: #{{base05-hex}}; -$base06: #{{base06-hex}}; -$base07: #{{base07-hex}}; -$base08: #{{base08-hex}}; -$base09: #{{base09-hex}}; -$base0A: #{{base0A-hex}}; -$base0B: #{{base0B-hex}}; -$base0C: #{{base0C-hex}}; -$base0D: #{{base0D-hex}}; -$base0E: #{{base0E-hex}}; -$base0F: #{{base0F-hex}}; diff --git a/dot-config/flavours/templates/stylesheets/templates/stylus.mustache b/dot-config/flavours/templates/stylesheets/templates/stylus.mustache deleted file mode 100644 index 80b45547..00000000 --- a/dot-config/flavours/templates/stylesheets/templates/stylus.mustache +++ /dev/null @@ -1,18 +0,0 @@ -// {{{scheme-name}}} by {{{scheme-author}}} - -$base00 = #{{base00-hex}} -$base01 = #{{base01-hex}} -$base02 = #{{base02-hex}} -$base03 = #{{base03-hex}} -$base04 = #{{base04-hex}} -$base05 = #{{base05-hex}} -$base06 = #{{base06-hex}} -$base07 = #{{base07-hex}} -$base08 = #{{base08-hex}} -$base09 = #{{base09-hex}} -$base0A = #{{base0A-hex}} -$base0B = #{{base0B-hex}} -$base0C = #{{base0C-hex}} -$base0D = #{{base0D-hex}} -$base0E = #{{base0E-hex}} -$base0F = #{{base0F-hex}} diff --git a/dot-config/flavours/templates/waybar/templates/config.yaml b/dot-config/flavours/templates/waybar/templates/config.yaml deleted file mode 100644 index f248d38e..00000000 --- a/dot-config/flavours/templates/waybar/templates/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -default: - extension: .css - output: colors diff --git a/dot-config/flavours/templates/waybar/templates/default.mustache b/dot-config/flavours/templates/waybar/templates/default.mustache deleted file mode 100644 index e1986950..00000000 --- a/dot-config/flavours/templates/waybar/templates/default.mustache +++ /dev/null @@ -1,23 +0,0 @@ -/* -* -* Base16 {{scheme-name}} -* Author: {{scheme-author}} -* -*/ - -@define-color base00 #{{base00-hex}}; -@define-color base01 #{{base01-hex}}; -@define-color base02 #{{base02-hex}}; -@define-color base03 #{{base03-hex}}; -@define-color base04 #{{base04-hex}}; -@define-color base05 #{{base05-hex}}; -@define-color base06 #{{base06-hex}}; -@define-color base07 #{{base07-hex}}; -@define-color base08 #{{base08-hex}}; -@define-color base09 #{{base09-hex}}; -@define-color base0A #{{base0A-hex}}; -@define-color base0B #{{base0B-hex}}; -@define-color base0C #{{base0C-hex}}; -@define-color base0D #{{base0D-hex}}; -@define-color base0E #{{base0E-hex}}; -@define-color base0F #{{base0F-hex}}; diff --git a/dot-local/share/flavours/base16/sources.yaml b/dot-local/share/flavours/base16/sources.yaml deleted file mode 100644 index 225bbffd..00000000 --- a/dot-local/share/flavours/base16/sources.yaml +++ /dev/null @@ -1,2 +0,0 @@ -schemes: https://github.com/chriskempson/base16-schemes-source.git -templates: https://github.com/chriskempson/base16-templates-source.git \ No newline at end of file