Skip to content

Commit

Permalink
feat: whiskers
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 22, 2024
1 parent 8ef8ddb commit 8ccb560
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_default:
@just --list

build:
whiskers tabby.tera
33 changes: 33 additions & 0 deletions tabby.tera
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
whiskers:
version: 2.1.0
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.yaml"
---

{%- set palette = flavor.colors -%}

name: Catppuccin {{ flavor.name }}
foreground: '#{{ palette.text.hex }}'
background: '#{{ palette.base.hex }}'
selection: null
cursor: '#{{ palette.rosewater.hex }}'
cursorAccent: null
colors:
- '#{% if flavor.dark %}{{ palette.surface1.hex }}{% else %}{{ palette.subtext1.hex }}{% endif %}'
- '#{{ palette.red.hex }}'
- '#{{ palette.green.hex }}'
- '#{{ palette.yellow.hex }}'
- '#{{ palette.blue.hex }}'
- '#{{ palette.pink.hex }}'
- '#{{ palette.teal.hex }}'
- '#{% if flavor.dark %}{{ palette.subtext1.hex }}{% else %}{{ palette.surface2.hex }}{% endif %}'
- '#{% if flavor.dark %}{{ palette.surface2.hex }}{% else %}{{ palette.subtext0.hex }}{% endif %}'
- '#{{ palette.red.hex }}'
- '#{{ palette.green.hex }}'
- '#{{ palette.yellow.hex }}'
- '#{{ palette.blue.hex }}'
- '#{{ palette.pink.hex }}'
- '#{{ palette.teal.hex }}'
- '#{% if flavor.dark %}{{ palette.subtext0.hex }}{% else %}{{ palette.surface1.hex }}{% endif %}'
2 changes: 1 addition & 1 deletion frappe.yaml β†’ themes/catppuccin-frappe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ colors:
- '#f4b8e4'
- '#81c8be'
- '#b5bfe2'
- '#51576d'
- '#626880'
- '#e78284'
- '#a6d189'
- '#e5c890'
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions macchiato.yaml β†’ themes/catppuccin-macchiato.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Catppuccin Macchiato
foreground: '#cdd6f4'
foreground: '#cad3f5'
background: '#24273a'
selection: null
cursor: '#f4dbd6'
cursorAccent: null
colors:
- '#494d64'
- '#f38ba8'
- '#ed8796'
- '#a6da95'
- '#eed49f'
- '#8aadf4'
- '#f5bde6'
- '#8bd5ca'
- '#b8c0e0'
- '#5b6078'
- '#f38ba8'
- '#ed8796'
- '#a6da95'
- '#eed49f'
- '#8aadf4'
Expand Down
File renamed without changes.

0 comments on commit 8ccb560

Please sign in to comment.