Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use whiskers #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
30 changes: 30 additions & 0 deletions tabby.tera
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
whiskers:
version: "2.2.0"
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.yaml"
---
name: Catppuccin {{ flavor.name }}
foreground: '#{{ text.hex }}'
background: '#{{ base.hex }}'
selection: null
cursor: '#{{ rosewater.hex }}'
cursorAccent: null
colors:
- '#{% if flavor.dark %}{{ surface1.hex }}{% else %}{{ subtext1.hex }}{% endif %}'
- '#{{ red.hex }}'
- '#{{ green.hex }}'
- '#{{ yellow.hex }}'
- '#{{ blue.hex }}'
- '#{{ pink.hex }}'
- '#{{ teal.hex }}'
- '#{% if flavor.dark %}{{ subtext1.hex }}{% else %}{{ surface2.hex }}{% endif %}'
- '#{% if flavor.dark %}{{ surface2.hex }}{% else %}{{ subtext0.hex }}{% endif %}'
- '#{{ red.hex }}'
- '#{{ green.hex }}'
- '#{{ yellow.hex }}'
- '#{{ blue.hex }}'
- '#{{ pink.hex }}'
- '#{{ teal.hex }}'
- '#{% if flavor.dark %}{{ subtext0.hex }}{% else %}{{ surface1.hex }}{% endif %}'
4 changes: 2 additions & 2 deletions frappe.yaml → themes/catppuccin-frappe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ colors:
- '#f4b8e4'
- '#81c8be'
- '#b5bfe2'
- '#51576d'
- '#626880'
- '#e78284'
- '#a6d189'
- '#e5c890'
- '#8caaee'
- '#f4b8e4'
- '#81c8be'
- '#a5adce'
- '#a5adce'
2 changes: 1 addition & 1 deletion latte.yaml → themes/catppuccin-latte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ colors:
- '#1e66f5'
- '#ea76cb'
- '#179299'
- '#bcc0cc'
- '#bcc0cc'
8 changes: 4 additions & 4 deletions macchiato.yaml → themes/catppuccin-macchiato.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
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'
- '#f5bde6'
- '#8bd5ca'
- '#a5adcb'
- '#a5adcb'
2 changes: 1 addition & 1 deletion mocha.yaml → themes/catppuccin-mocha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ colors:
- '#89b4fa'
- '#f5c2e7'
- '#94e2d5'
- '#a6adc8'
- '#a6adc8'