-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrt.tera
36 lines (35 loc) · 848 Bytes
/
crt.tera
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
whiskers:
version: 2.5.1
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}-profile.json"
---
{%-set palette = flavor.colors -%}
{
"backgroundColor": "#{{ palette.crust.hex }}",
"fontColor": "#{{ if(cond=flavor.light, t=palette.maroon.hex, f=palette.rosewater.hex) }}",
"flickering": 0,
"horizontalSync": 0,
"staticNoise": 0.0186,
"chromaColor": 1,
"saturationColor": 0.4967,
"screenCurvature": 0,
"glowingLine": 0.154,
"burnIn": 0.0985,
"bloom": 0.2996,
"rasterization": 0,
"jitter": 0.131,
"rbgShift": 0,
"brightness": 0.5014,
"contrast": 0.85,
"ambientLight": 0,
"windowOpacity": 0.7028,
"fontName": "System: Liberation Mono",
"fontWidth": 1,
"margin": 0.1,
"blinkingCursor": true,
"frameMargin": 0,
"name": "catppuccin-{{ flavor.identifier }}",
"version": 2
}