summary refs log tree commit diff
path: root/.config/flavours
diff options
context:
space:
mode:
Diffstat (limited to '.config/flavours')
-rw-r--r--.config/flavours/change_font.sh8
-rw-r--r--.config/flavours/config.toml54
m---------.config/flavours/schemes/base16-oxocarbon0
-rw-r--r--.config/flavours/schemes/karafuru/karafuru.yaml20
-rw-r--r--.config/flavours/templates/bemenu/templates/hibiki.mustache27
-rw-r--r--.config/flavours/templates/bemenu/templates/hibiki.mustache.in27
-rw-r--r--.config/flavours/templates/foot/templates/hibiki.mustache28
-rw-r--r--.config/flavours/templates/foot/templates/hibiki.mustache.in28
-rw-r--r--.config/flavours/templates/mako/templates/hibiki.mustache5
-rw-r--r--.config/flavours/templates/mako/templates/hibiki.mustache.in5
-rw-r--r--.config/flavours/templates/neovim/templates/hibiki.mustache18
-rw-r--r--.config/flavours/templates/sway/templates/hibiki.mustache18
-rw-r--r--.config/flavours/templates/sway/templates/hibiki.mustache.in18
-rw-r--r--.config/flavours/templates/vimiv/templates/hibiki.mustache17
-rw-r--r--.config/flavours/templates/vimiv/templates/hibiki.mustache.in17
-rw-r--r--.config/flavours/templates/waybar/templates/hibiki.mustache21
-rw-r--r--.config/flavours/templates/waybar/templates/hibiki.mustache.in21
17 files changed, 0 insertions, 332 deletions
diff --git a/.config/flavours/change_font.sh b/.config/flavours/change_font.sh
deleted file mode 100644
index 79f34a8..0000000
--- a/.config/flavours/change_font.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -ex
-
-UIFONT="Iosevka Etoile"
-MONOFONT="Iosevka SS04 Extended"
-
-fd 'hibiki.mustache.in' \
-	-x sh -c "sed -e 's,@uifont@,$UIFONT,g' -e 's,@monofont@,$MONOFONT,g' {} >{.}"
diff --git a/.config/flavours/config.toml b/.config/flavours/config.toml
deleted file mode 100644
index e12acc1..0000000
--- a/.config/flavours/config.toml
+++ /dev/null
@@ -1,54 +0,0 @@
-shell = "bash -c '{}'"
-
-[[items]]
-template = "waybar"
-subtemplate = "hibiki"
-file = "~/.config/waybar/style.css"
-start = "/* start flavours */"
-end = "/* end flavours */"
-hook = "doas -n s6-svc -r /run/s6-rc/servicedirs/waybar-srv/"
-
-[[items]]
-template = "foot"
-subtemplate = "hibiki"
-file = "~/.config/foot/colors.ini"
-rewrite = true
-#hook = "doas -n s6-svc -r /run/s6-rc/servicedirs/footserver-srv/"
-
-[[items]]
-template = "sway"
-subtemplate = "hibiki"
-file = "~/.config/sway/config.d/colors.conf"
-rewrite = true
-hook = "swaymsg reload"
-light = false
-
-[[items]]
-template = "vimiv"
-subtemplate = "hibiki"
-file = "~/.config/vimiv/styles/base16"
-start = "; start flavours"
-end = "; end flavours"
-
-[[items]]
-template = "bemenu"
-subtemplate = "hibiki"
-file = "~/.config/bemenu.conf"
-start = "# start flavours"
-end = "# end flavours"
-
-[[items]]
-template = "neovim"
-subtemplate = "hibiki"
-file = "~/.config/nvim/lua/internal/colors.lua"
-rewrite = true
-
-[[items]]
-template = "mako"
-subtemplate = "hibiki"
-file = "~/.config/mako/config"
-start = "# start flavours"
-end = "# end flavours"
-hook = "makoctl reload"
-
-# TODO aerc
diff --git a/.config/flavours/schemes/base16-oxocarbon b/.config/flavours/schemes/base16-oxocarbon
deleted file mode 160000
-Subproject f6944a9536b1e2f2879a32e49b104b2b4c09dfe
diff --git a/.config/flavours/schemes/karafuru/karafuru.yaml b/.config/flavours/schemes/karafuru/karafuru.yaml
deleted file mode 100644
index acdac6f..0000000
--- a/.config/flavours/schemes/karafuru/karafuru.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-scheme: "Karafuru Dark"
-author: "robertgzr"
-
-base00: "1c1c1c"
-base01: "db4d6d"
-base02: "5dac81"
-base03: "fad689"
-base04: "58b2dc"
-base05: "70649a"
-base06: "69b0ac"
-base07: "bdc0ba"
-
-base08: "4f4f48"
-base09: "cb1b45"
-base0A: "86c166"
-base0B: "f7d94c"
-base0C: "2ea9df"
-base0D: "8a6bbe"
-base0E: "81c7d4"
-base0F: "fffffb"
diff --git a/.config/flavours/templates/bemenu/templates/hibiki.mustache b/.config/flavours/templates/bemenu/templates/hibiki.mustache
deleted file mode 100644
index 433aeb3..0000000
--- a/.config/flavours/templates/bemenu/templates/hibiki.mustache
+++ /dev/null
@@ -1,27 +0,0 @@
---fn \"Iosevka SS04 Extended 10\"
-# normal
---nb "#{{base00-hex}}"
---nf "#{{base07-hex}}"
-# alternate
---ab "#{{base00-hex}}"
---af "#{{base07-hex}}"
-# title
---tb "#{{base05-hex}}"
---tf "#{{base07-hex}}"
-# filter
---fb "#{{base00-hex}}"
---ff "#{{base07-hex}}"
-# selection
---sb "#{{base0A-hex}}"
---sf "#{{base00-hex}}"
-# highlighted
---hb "#{{base05-hex}}"
---hf "#{{base07-hex}}"
-# scrollbar
---scb "#{{base00-hex}}"
---scf "#{{base08-hex}}"
-# border
---bdr "#{{base05-hex}}"
-# feedback
---fbb "#{{base09-hex}}"
---fbf "#{{base05-hex}}"
diff --git a/.config/flavours/templates/bemenu/templates/hibiki.mustache.in b/.config/flavours/templates/bemenu/templates/hibiki.mustache.in
deleted file mode 100644
index bb11b38..0000000
--- a/.config/flavours/templates/bemenu/templates/hibiki.mustache.in
+++ /dev/null
@@ -1,27 +0,0 @@
---fn \"@monofont@ 10\"
-# normal
---nb "#{{base00-hex}}"
---nf "#{{base07-hex}}"
-# alternate
---ab "#{{base00-hex}}"
---af "#{{base07-hex}}"
-# title
---tb "#{{base05-hex}}"
---tf "#{{base07-hex}}"
-# filter
---fb "#{{base00-hex}}"
---ff "#{{base07-hex}}"
-# selection
---sb "#{{base0A-hex}}"
---sf "#{{base00-hex}}"
-# highlighted
---hb "#{{base05-hex}}"
---hf "#{{base07-hex}}"
-# scrollbar
---scb "#{{base00-hex}}"
---scf "#{{base08-hex}}"
-# border
---bdr "#{{base05-hex}}"
-# feedback
---fbb "#{{base09-hex}}"
---fbf "#{{base05-hex}}"
diff --git a/.config/flavours/templates/foot/templates/hibiki.mustache b/.config/flavours/templates/foot/templates/hibiki.mustache
deleted file mode 100644
index 3dc4df2..0000000
--- a/.config/flavours/templates/foot/templates/hibiki.mustache
+++ /dev/null
@@ -1,28 +0,0 @@
-# Base16 Karafuru Dark - foot color config
-# robertgzr
-
-font=Iosevka SS04 Extended:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop
-
-[colors]
-background={{base00-hex}}
-foreground={{base0F-hex}}
-
-# Normal colors
-regular0={{base00-hex}} # Black
-regular1={{base01-hex}} # Red
-regular2={{base02-hex}} # Green
-regular3={{base03-hex}} # Yellow
-regular4={{base04-hex}} # Blue
-regular5={{base05-hex}} # Magenta
-regular6={{base06-hex}} # Cyan
-regular7={{base07-hex}} # White
-
-# Bright colors
-bright0={{base08-hex}}
-bright1={{base09-hex}}
-bright2={{base0A-hex}}
-bright3={{base0B-hex}}
-bright4={{base0C-hex}}
-bright5={{base0D-hex}}
-bright6={{base0E-hex}}
-bright7={{base0F-hex}}
diff --git a/.config/flavours/templates/foot/templates/hibiki.mustache.in b/.config/flavours/templates/foot/templates/hibiki.mustache.in
deleted file mode 100644
index 7cb3b6a..0000000
--- a/.config/flavours/templates/foot/templates/hibiki.mustache.in
+++ /dev/null
@@ -1,28 +0,0 @@
-# Base16 Karafuru Dark - foot color config
-# robertgzr
-
-font=@monofont@:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop
-
-[colors]
-background={{base00-hex}}
-foreground={{base0F-hex}}
-
-# Normal colors
-regular0={{base00-hex}} # Black
-regular1={{base01-hex}} # Red
-regular2={{base02-hex}} # Green
-regular3={{base03-hex}} # Yellow
-regular4={{base04-hex}} # Blue
-regular5={{base05-hex}} # Magenta
-regular6={{base06-hex}} # Cyan
-regular7={{base07-hex}} # White
-
-# Bright colors
-bright0={{base08-hex}}
-bright1={{base09-hex}}
-bright2={{base0A-hex}}
-bright3={{base0B-hex}}
-bright4={{base0C-hex}}
-bright5={{base0D-hex}}
-bright6={{base0E-hex}}
-bright7={{base0F-hex}}
diff --git a/.config/flavours/templates/mako/templates/hibiki.mustache b/.config/flavours/templates/mako/templates/hibiki.mustache
deleted file mode 100644
index d14ea03..0000000
--- a/.config/flavours/templates/mako/templates/hibiki.mustache
+++ /dev/null
@@ -1,5 +0,0 @@
-font=Iosevka Etoile 10
-background-color=#{{base00-hex}}
-text-color=#{{base0F-hex}}
-border-color=#{{base05-hex}}dd
-progress-color=source #{{base05-hex}}dd
diff --git a/.config/flavours/templates/mako/templates/hibiki.mustache.in b/.config/flavours/templates/mako/templates/hibiki.mustache.in
deleted file mode 100644
index c7632b5..0000000
--- a/.config/flavours/templates/mako/templates/hibiki.mustache.in
+++ /dev/null
@@ -1,5 +0,0 @@
-font=@uifont@ 10
-background-color=#{{base00-hex}}
-text-color=#{{base0F-hex}}
-border-color=#{{base05-hex}}dd
-progress-color=source #{{base05-hex}}dd
diff --git a/.config/flavours/templates/neovim/templates/hibiki.mustache b/.config/flavours/templates/neovim/templates/hibiki.mustache
deleted file mode 100644
index 42403d3..0000000
--- a/.config/flavours/templates/neovim/templates/hibiki.mustache
+++ /dev/null
@@ -1,18 +0,0 @@
-return {
-  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/.config/flavours/templates/sway/templates/hibiki.mustache b/.config/flavours/templates/sway/templates/hibiki.mustache
deleted file mode 100644
index 77487cc..0000000
--- a/.config/flavours/templates/sway/templates/hibiki.mustache
+++ /dev/null
@@ -1,18 +0,0 @@
-# vim: ft=swayconfig
-
-font pango:Iosevka Etoile 9
-
-set $text              #{{base0F-hex}}
-set $text2             #{{base07-hex}}
-set $bg                #{{base00-hex}}
-set $bg2               #{{base05-hex}}
-set $main              #{{base05-hex}}
-set $main2             #{{base0D-hex}}
-set $urgent            #{{base09-hex}}
-set $urgent2           #{{base01-hex}}
-set $indicator         $text2
-
-client.focused           $main    $main   $text  $indicator $main
-client.focused_inactive  $bg      $bg     $text2 $bg        $bg
-client.unfocused         $bg      $bg     $text2 $bg        $bg
-client.urgent            $urgent2 $urgent $text  $urgent2   $urgent
diff --git a/.config/flavours/templates/sway/templates/hibiki.mustache.in b/.config/flavours/templates/sway/templates/hibiki.mustache.in
deleted file mode 100644
index 9b1b331..0000000
--- a/.config/flavours/templates/sway/templates/hibiki.mustache.in
+++ /dev/null
@@ -1,18 +0,0 @@
-# vim: ft=swayconfig
-
-font pango:@uifont@ 9
-
-set $text              #{{base0F-hex}}
-set $text2             #{{base07-hex}}
-set $bg                #{{base00-hex}}
-set $bg2               #{{base05-hex}}
-set $main              #{{base05-hex}}
-set $main2             #{{base0D-hex}}
-set $urgent            #{{base09-hex}}
-set $urgent2           #{{base01-hex}}
-set $indicator         $text2
-
-client.focused           $main    $main   $text  $indicator $main
-client.focused_inactive  $bg      $bg     $text2 $bg        $bg
-client.unfocused         $bg      $bg     $text2 $bg        $bg
-client.urgent            $urgent2 $urgent $text  $urgent2   $urgent
diff --git a/.config/flavours/templates/vimiv/templates/hibiki.mustache b/.config/flavours/templates/vimiv/templates/hibiki.mustache
deleted file mode 100644
index ba9bd20..0000000
--- a/.config/flavours/templates/vimiv/templates/hibiki.mustache
+++ /dev/null
@@ -1,17 +0,0 @@
-font = 10pt Iosevka Etoile
-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/.config/flavours/templates/vimiv/templates/hibiki.mustache.in b/.config/flavours/templates/vimiv/templates/hibiki.mustache.in
deleted file mode 100644
index 2c09f4f..0000000
--- a/.config/flavours/templates/vimiv/templates/hibiki.mustache.in
+++ /dev/null
@@ -1,17 +0,0 @@
-font = 10pt @uifont@
-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/.config/flavours/templates/waybar/templates/hibiki.mustache b/.config/flavours/templates/waybar/templates/hibiki.mustache
deleted file mode 100644
index 5ef11bb..0000000
--- a/.config/flavours/templates/waybar/templates/hibiki.mustache
+++ /dev/null
@@ -1,21 +0,0 @@
-@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}};
-
-* {
-    font-family: Iosevka Etoile, Sarasa Fixed J, Material Design Icons;
-    font-size: 9pt;
-}
diff --git a/.config/flavours/templates/waybar/templates/hibiki.mustache.in b/.config/flavours/templates/waybar/templates/hibiki.mustache.in
deleted file mode 100644
index ddd8d07..0000000
--- a/.config/flavours/templates/waybar/templates/hibiki.mustache.in
+++ /dev/null
@@ -1,21 +0,0 @@
-@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}};
-
-* {
-    font-family: @uifont@, Sarasa Fixed J, Material Design Icons;
-    font-size: 9pt;
-}