-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.bash
85 lines (73 loc) · 1.58 KB
/
theme.bash
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
# ------------------------------------------------------------------------------
# Copyright (C) 2020-2023 Aditya Shakya <[email protected]>
#
# Spark Theme
# ------------------------------------------------------------------------------
# Colors
background='#1e2541'
foreground='#eeffff'
color0='#1e2541'
color1='#f0719b'
color2='#5af7b0'
color3='#ffa56b'
color4='#57c7ff'
color5='#c792ea'
color6='#89ddff'
color7='#eeffff'
color8='#354274'
color9='#f02e6e'
color10='#2ce592'
color11='#ff8537'
color12='#1da0e2'
color13='#a742ea'
color14='#47bae8'
color15='#dee6e7'
accent='#F0719B'
element_bg='#EEFFFF'
element_fg='#303030'
light_value='0.64'
dark_value='0.08'
# Wallpaper
wdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
wallpaper="$wdir/wallpaper"
# Polybar
polybar_font='Iosevka Nerd Font:size=10;3'
# Rofi
rofi_font='Iosevka 10'
rofi_icon='Papirus-Apps'
# Terminal
terminal_font_name='JetBrainsMono Nerd Font'
terminal_font_size='10'
# Geany
geany_colors='spark.conf'
geany_font='JetBrains Mono 10'
# Appearance
gtk_font='Noto Sans 9'
gtk_theme='Spark'
icon_theme='Luv-Folders'
cursor_theme='Vimix'
# Dunst
dunst_width='300'
dunst_height='80'
dunst_offset='30x30'
dunst_origin='top-right'
dunst_font='Iosevka Custom 9'
dunst_border='0'
dunst_separator='2'
# Picom
picom_backend='glx'
picom_corner='0'
picom_shadow_r='14'
picom_shadow_o='0.30'
picom_shadow_x='-12'
picom_shadow_y='-12'
picom_blur_method='none'
picom_blur_strength='0'
# Bspwm
bspwm_fbc="$accent"
bspwm_nbc="$background"
bspwm_abc="$color5"
bspwm_pfc="$color2"
bspwm_border='2'
bspwm_gap='15'
bspwm_sratio='0.50'