-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.bash
87 lines (75 loc) · 1.68 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
86
87
# ------------------------------------------------------------------------------
# Copyright (C) 2020-2023 Aditya Shakya <[email protected]>
#
# Nordic Theme
# ------------------------------------------------------------------------------
# Colors
background='#030313'
foreground='#abbee2'
color0='#030313'
color1='#FD8A66'
color2='#33519A'
color3='#4045BA'
color4='#5664A2'
color5='#9962E9'
color6='#C85AD6'
color7='#abbee2'
color8='#77859e'
color9='#FD8A66'
color10='#33519A'
color11='#4045BA'
color12='#5664A2'
color13='#9962E9'
color14='#C85AD6'
color15='#abbee2'
accent='#5664A2'
element_bg='#030313'
element_bg_alt='#030313'
element_fg='#abbee2'
light_value='0.05'
dark_value='0.30'
# 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='Numix-Apps'
# Terminal
terminal_font_name='JetBrainsMono Nerd Font'
terminal_font_size='10'
# Geany
geany_colors='nordic.conf'
geany_font='JetBrains Mono 10'
# Appearance
gtk_font='Noto Sans 9'
gtk_theme='Nordic'
icon_theme='Nordic-Folders'
cursor_theme='Sweet'
# Dunst
dunst_width='300'
dunst_height='80'
dunst_offset='10x48'
dunst_origin='top-right'
dunst_font='Iosevka Custom 9'
dunst_border='1'
dunst_separator='2'
# Picom
picom_backend='glx'
picom_corner='14'
picom_shadow_r='14'
picom_shadow_o='0.30'
picom_shadow_x='-12'
picom_shadow_y='-12'
picom_blur_method='dual_kawase'
picom_blur_strength='7'
picom_active_opacity='.94'
picom_inactive_opacity='.84'
# I3WM
i3wm_fonts='JetBrainsMono Nerd Font 10'
i3wm_border_size='0'
i3wm_border_style='pixel'
i3wm_gaps_inner='10'
i3wm_gaps_outer='0'
i3wm_gaps_smart='off'