-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyradio.tera
50 lines (41 loc) · 1.4 KB
/
pyradio.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
whiskers:
version: "2.2.0"
matrix:
- flavor
filename: "src/catppuccin-{{ flavor.identifier }}.pyradio-theme"
---
# Main foreground and background
Stations #{{ text.hex }} #{{ base.hex }}
# Playing station text color
# (background color will come from Stations)
Active Station #{{ green.hex }}
# Status bar foreground and background
Status Bar #{{ base.hex }} #{{ green.hex }}
# Normal cursor foreground and background
Normal Cursor #{{ text.hex }} #{{ surface0.hex }}
# Cursor foreground and background
# when cursor on playing station
Active Cursor #{{ base.hex }} #{{ lavender.hex }}
# Cursor foreground and background
# This is the Line Editor cursor
Edit Cursor #{{ base.hex }} #{{ rosewater.hex }}
# Text color for extra function indication
# and jump numbers within the status bar
# (background color will come from Stations)
Extra Func #{{ mauve.hex }}
# Text color for URL
# (background color will come from Stations)
PyRadio URL #{{ mauve.hex }}
# Message window border foreground and background.
# The background color can be left unset.
# Please refer to the following link for more info
# https://github.com/coderholic/pyradio#secondary-windows-background
#
Messages Border #{{ mauve.hex }}
# Theme Transparency
# Values are:
# 0: No transparency (default)
# 1: Theme is transparent
# 2: Obey config setting
transparency 0