-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.conf
More file actions
101 lines (93 loc) · 2.03 KB
/
theme.conf
File metadata and controls
101 lines (93 loc) · 2.03 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[theme-pontocho]
primary=F69003
secondary=040303
tertiary=151313
foreground=E6E6E6
error=F95871
wallpaper=~/.config/hypr/wallpaper/pontocho.jpg
font=Iosevka
[theme-nebula]
primary=642CFE
secondary=01011C
tertiary=03032E
foreground=948BB8
error=FF5449
wallpaper=~/.config/hypr/wallpaper/nebula.jpg
font=Iosevka
[theme-fusion]
primary=00E0FC
secondary=01011D
tertiary=0C0B4F
foreground=E2D9C5
error=FD5E3A
wallpaper=~/.config/hypr/wallpaper/fusion.jpg
font=Iosevka
[hyprland]
output = hypr/colors/theme.conf
template: $$primary = rgb($primary)
$$secondary = rgb($secondary)
$$tertiary = rgb($tertiary)
$$foreground = rgb($foreground)
$$error = rgb($error)
$$wallpaper = $wallpaper
[hyprpaper]
output = hypr/hyprpaper.conf
template: splash = false
wallpaper {
monitor =
path = $wallpaper
}
[waybar]
output = waybar/theme.css
template: @define-color primary #$primary;
@define-color secondary #$secondary;
@define-color tertiary #$tertiary;
@define-color foreground #$foreground;
@define-color error #$error;
* {
font-size: 10pt;
font-family: "$font", "Font Awesome 7 Free";
}
[tofi]
output = tofi/config
template: width = 100%
height = 100%
border-width = 0
outline-width = 0
padding-left = 35%
padding-top = 35%
result-spacing = 25
num-results = 5
background-color = #000A
font = $font
font-size = 10
selection-color = #$primary
[mako]
output = mako/config
template: font=$font 10
text-color=#$foreground
background-color=#$secondary
width=350
border-size=0
border-color=#$primary
border-radius=5
margin=15
padding=10
max-icon-size=32
default-timeout=4500
[ghostty]
output = ghostty/config
template: cursor-style = underline
shell-integration-features = no-cursor
mouse-hide-while-typing = true
background-blur = true
background-opacity = 0.85
window-decoration = false
confirm-close-surface = false
resize-overlay = never
font-family = $font
font-size = 10
window-padding-x = 5
window-padding-y = 5
background = #$secondary
foreground = #$foreground