Skip to content

Commit c5714d3

Browse files
committed
Adding System Themes:
- dracula_by_Plyply99 - hyprland_amber_gold - hyprland_dracula and updating docs
1 parent 2f93b4d commit c5714d3

6 files changed

+168
-5
lines changed

docs/pyradio.1

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,22 +1142,38 @@ A theme for light terminal background settings.
11421142
Furthermore, a number of \fISystem Themes\fR (these are actual files saved in the \fIthemes\fR installation directory) are also available:
11431143

11441144
.RS 5
1145+
1146+
.IP \fBAM_by_amski1\fR
1147+
A simple green on dark theme, created for Windows.
1148+
1149+
.IP \fBblue-by-boxer\fR
1150+
A reddish on blue theme by user \fBBoxer\fR at \fIMabox Forum\fR (\fIhttps://forum.maboxlinux.org/\fR).
1151+
1152+
.IP \fBcatppuccin-frappe\fR,\ \fBcatppuccin-latte\fR,\ \fBcatppuccin-macchiato\fR\ and\ \fBcatppuccin-mocha\fR
1153+
Four themes by the \fBCatppuccin community\fR (\fIhttps://github.com/catppuccin\fR).
1154+
11451155
.IP \fBclassic_by_obsdg\fR
11461156
A clasic theme by \fBThe OpenBSD Guy\fR (\fIhttps://github.com/OpenBSDGuy\fR), originally created on \fBOpenBSD\fR (\fIhttps://www.openbsd.org/\fR).
1157+
11471158
.IP \fBcupcake_by_edunfelt\fR and \fBfairyflossy_by_edunfelt\fR
11481159
Two themes by \fBedunfelt\fR (\fIhttps://github.com/edunfelt\fR) inspired by the \fBbase16\fR (\fIhttps://github.com/base16-project\fR) project.
1149-
.IP \fBgruvbox_dark_by_sng\fR and \fBgruvbox_light_by_sng\fR
1160+
1161+
.IP \fBdracula_by_Plyply99\fR
1162+
A theme based of the Dracula theme by \fBPlyply99\fR (\fIhttps://github.com/Plyply99\fR).
1163+
1164+
.IP \fBgruvbox_dark_by_sng\fR\ and\ \fBgruvbox_light_by_sng\fR
11501165
Two themes based on the \fBgruvbox\fR (\fIhttps://github.com/morhetz/gruvbox\fR) theme.
1166+
1167+
.IP \fBhyprland_amber_gold\fR\ and\ \fBhyprland_dracula\fR
1168+
Two themes by \fBmechatour\fR (\fIhttps://github.com/mechatour\fR), from \fBhyprland_amber_gold\fR (\fIhttps://github.com/mechatour/hyprland_amber_gold\fR) and \fBhyprland_dotfiles\fR (\fI[https://github.com/mechatour/hyprland_dotfiles\fR).
1169+
11511170
.IP \fBminima_by_ben_chile\fR
11521171
A theme by \fBben_chile\fR (\fIhttps://forum.maboxlinux.org/u/ben_chile\fR) created on the \fBMabox Linux\fR Forum (\fIhttps://maboxlinux.org\fR).
11531172

11541173
.IP \fBpastel_based_by_sng\fR
11551174
A dim but colorful theme.
1156-
1157-
1158-
.IP \fBcatppuccin-frappe\fR,\ \fBcatppuccin-latte\fR,\ \fBcatppuccin-macchiato\fR\ and\ \fBcatppuccin-mocha\fR
1159-
Four themes by the \fBCatppuccin community\fR (\fIhttps://github.com/catppuccin\fR).
11601175
.RE
1176+
11611177
.PP
11621178
Contrary to the old styling method, which was terminal and palette dependent, a new styling method has been implemented; actual \fICSS colors\fR can now be defined.
11631179

docs/themes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,12 @@ <h2 id="pyradio-themes-1">PyRadio Themes <span style="padding-left: 10px;"><sup
106106
A clasic theme by <a target="_blank" href="https://github.com/OpenBSDGuy">The OpenBSD Guy</a>, originally created on <a target="_blank" href="https://www.openbsd.org/">OpenBSD</a>.</li>
107107
<li><strong>cupcake_by_edunfelt</strong> and <strong>fairyflossy_by_edunfelt</strong><br />
108108
Two themes by <a target="_blank" href="https://github.com/edunfelt">edunfelt</a> inspired by the <a target="_blank" href="https://github.com/base16-project">base16</a> project.</li>
109+
<li><strong>dracula_by_Plyply99</strong><br />
110+
A theme based of the Dracula theme by <a target="_blank" href="https://github.com/Plyply99">Plyply99</a>.</li>
109111
<li><strong>gruvbox_dark_by_sng</strong> and <strong>gruvbox_light_by_sng</strong><br />
110112
Two themes based on the <a target="_blank" href="https://github.com/morhetz/gruvbox">gruvbox</a> theme.</li>
113+
<li><strong>hyprland_amber_gold</strong> and <strong>hyprland_dracula</strong><br />
114+
Two themes by <a target="_blank" href="https://github.com/mechatour">mechatour</a>, from <a target="_blank" href="https://github.com/mechatour/hyprland_amber_gold">hyprland_amber_gold</a> and <a href="%5Bhttps://github.com/mechatour/hyprland_dotfiles">hyprland_dotfiles</a>.</li>
111115
<li><strong>minima_by_ben_chile</strong><br />
112116
A theme by user <a target="_blank" href="https://forum.maboxlinux.org/u/ben_chile">ben_chile</a> created on the <a target="_blank" href="https://maboxlinux.org">Mabox Linux</a> Forum.</li>
113117
<li><strong>pastel_based_by_sng</strong><br />

docs/themes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ Four themes by the [Catppuccin community](https://github.com/catppuccin).
5555
A clasic theme by [The OpenBSD Guy](https://github.com/OpenBSDGuy), originally created on [OpenBSD](https://www.openbsd.org/).
5656
- **cupcake_by_edunfelt** and **fairyflossy_by_edunfelt** \
5757
Two themes by [edunfelt](https://github.com/edunfelt) inspired by the [base16](https://github.com/base16-project) project.
58+
- **dracula_by_Plyply99** \
59+
A theme based of the Dracula theme by [Plyply99](https://github.com/Plyply99).
5860
- **gruvbox_dark_by_sng** and **gruvbox_light_by_sng** \
5961
Two themes based on the [gruvbox](https://github.com/morhetz/gruvbox) theme.
62+
- **hyprland_amber_gold** and **hyprland_dracula** \
63+
Two themes by [mechatour](https://github.com/mechatour), from [hyprland_amber_gold](https://github.com/mechatour/hyprland_amber_gold) and [hyprland_dotfiles]([https://github.com/mechatour/hyprland_dotfiles).
6064
- **minima_by_ben_chile** \
6165
A theme by user [ben_chile](https://forum.maboxlinux.org/u/ben_chile) created on the [Mabox Linux](https://maboxlinux.org) Forum.
6266
- **pastel_based_by_sng** \
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Main foreground and background
2+
Stations #F8F8F2 #282A36
3+
4+
# Playing station text color
5+
# (background color will come from Stations)
6+
Active Station #50FA7B
7+
8+
# Status bar foreground and background
9+
Status Bar #BD93F9 #282A36
10+
11+
# Normal cursor foreground and background
12+
Normal Cursor #FFB86C #2f313f
13+
14+
# Cursor foreground and background
15+
# when cursor on playing station
16+
Active Cursor #50FA7B #2f313f
17+
18+
# Cursor foreground and background
19+
# This is the Line Editor cursor
20+
# Edit Cursor #BD93F9 #282A36
21+
Edit Cursor #282A36 #FFB86C
22+
23+
# Text color for extra function indication
24+
# and jump numbers within the status bar
25+
# (background color will come from Stations)
26+
Extra Func #FFB86C
27+
28+
# Text color for URL
29+
# (background color will come from Stations)
30+
PyRadio URL #BD93F9
31+
32+
# Message window border foreground and background.
33+
# The background color can be left unset.
34+
# Please refer to the following link for more info
35+
# https://github.com/coderholic/pyradio#secondary-windows-background
36+
#
37+
Messages Border #50FA7B #2f313f
38+
39+
# Theme Transparency
40+
# Values are:
41+
# 0: No transparency
42+
# 1: Theme is transparent
43+
# 2: Obey config setting (default)
44+
transparency 2
45+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Amber Theme by Zane Godden
2+
# Source: https://github.com/mechatour/hyprland_amber_gold/blob/main/.config/pyradio/themes/amber.pyradio-theme
3+
4+
5+
# Main foreground and background
6+
Stations #FFBF00 #121107
7+
8+
# Playing station text color
9+
# (background color will come from Stations)
10+
Active Station #9D7122
11+
12+
# Status bar foreground and background
13+
Status Bar #121107 #FFBF00
14+
15+
# Normal cursor foreground and background
16+
Normal Cursor #121107 #FFBF00
17+
18+
# Cursor foreground and background
19+
# when cursor on playing station
20+
Active Cursor #121107 #E2AE00
21+
22+
# Cursor foreground and background
23+
# This is the Line Editor cursor
24+
Edit Cursor #FFBF00 #121107
25+
26+
# Text color for extra function indication
27+
# and jump numbers within the status bar
28+
# (background color will come from Stations)
29+
Extra Func #FFBF00
30+
31+
# Text color for URL
32+
# (background color will come from Stations)
33+
PyRadio URL #E2AE00
34+
35+
# Message window border foreground and background.
36+
# The background color can be left unset.
37+
# Please refer to the following link for more info
38+
# https://github.com/coderholic/pyradio#secondary-windows-background
39+
#
40+
Messages Border #E2AE00 #121107
41+
42+
# Theme Transparency
43+
# Values are:
44+
# 0: No transparency
45+
# 1: Theme is transparent
46+
# 2: Obey config setting (default)
47+
transparency 0
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Theme by Zane Godden
2+
# Source: https://github.com/mechatour/hyprland_dotfiles/blob/main/.config/pyradio/themes/dracula.pyradio-theme
3+
4+
5+
# Main foreground and background
6+
Stations #bd93f9 #282a36
7+
8+
# Playing station text color
9+
# (background color will come from Stations)
10+
Active Station #f8f8f2
11+
12+
# Status bar foreground and background
13+
Status Bar #282a36 #bd93f9
14+
15+
# Normal cursor foreground and background
16+
Normal Cursor #282a36 #bd93f9
17+
18+
# Cursor foreground and background
19+
# when cursor on playing station
20+
Active Cursor #f1fa8c #bd93f9
21+
22+
# Cursor foreground and background
23+
# This is the Line Editor cursor
24+
Edit Cursor #fbf1f2 #bfb9c6
25+
26+
# Text color for extra function indication
27+
# and jump numbers within the status bar
28+
# (background color will come from Stations)
29+
Extra Func #fbf1f2
30+
31+
# Text color for URL
32+
# (background color will come from Stations)
33+
PyRadio URL #f8f8f2
34+
35+
# Message window border foreground and background.
36+
# The background color can be left unset.
37+
# Please refer to the following link for more info
38+
# https://github.com/coderholic/pyradio#secondary-windows-background
39+
#
40+
Messages Border #f8f8f2
41+
42+
# Theme Transparency
43+
# Values are:
44+
# 0: No transparency
45+
# 1: Theme is transparent
46+
# 2: Obey config setting (default)
47+
transparency 0

0 commit comments

Comments
 (0)