diff options
Diffstat (limited to '.config/flavours/templates')
13 files changed, 0 insertions, 250 deletions
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; -} |