Merge remote-tracking branch 'arch-themes/master'
This commit is contained in:
commit
b981fffffe
4
arch-themes/.fehbg-nyarch
Normal file
4
arch-themes/.fehbg-nyarch
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# nyarch
|
||||||
|
feh --no-fehbg --bg-scale "/usr/share/backgrounds/custom/nyarch.png"
|
4
arch-themes/.fehbg-space-pink
Normal file
4
arch-themes/.fehbg-space-pink
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# space-pink
|
||||||
|
feh --no-fehbg --bg-scale "/usr/share/backgrounds/custom/space-pink.png"
|
8
arch-themes/nyarch/i3/color
Normal file
8
arch-themes/nyarch/i3/color
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Nyarch
|
||||||
|
# class border backgr. text indicator
|
||||||
|
client.placeholder #00ff00 #00ff00 #00ff00
|
||||||
|
client.background #00ff00 #00ff00 #00ff00
|
||||||
|
client.focused #0c374c #0c374c #eeeeee #0c374c
|
||||||
|
client.unfocused #162833 #162833 #eeeeee #162833
|
||||||
|
client.focused_inactive #162833 #162833 #eeeeee #162833
|
||||||
|
client.urgent #1a77a5 #1a77a5 #eeeeee #1a77a5
|
121
arch-themes/nyarch/polybar/colors.ini
Executable file
121
arch-themes/nyarch/polybar/colors.ini
Executable file
@ -0,0 +1,121 @@
|
|||||||
|
[colors]
|
||||||
|
; Nord theme ============
|
||||||
|
;background = #992F343F
|
||||||
|
;foreground = #f3f4f5
|
||||||
|
;alert = #d08770
|
||||||
|
;volume-min = #a3be8c
|
||||||
|
;volume-med = #ebcb8b
|
||||||
|
;volume-max = #bf616a
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; Purple theme ==========
|
||||||
|
;background = #99352f3f
|
||||||
|
;background = #352f3f
|
||||||
|
;foreground = #f3f2f4
|
||||||
|
;alert = #d170bd
|
||||||
|
;volume-min = #00ff00
|
||||||
|
;volume-med = #00ff00
|
||||||
|
;volume-max = #00ff00
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; dark glow theme =========
|
||||||
|
;background = #0c0c0c
|
||||||
|
;foreground = #ffffff
|
||||||
|
;alert = #ff0000
|
||||||
|
;volume-min = #ffffff
|
||||||
|
;volume-med = #ffffff
|
||||||
|
;volume-max = #ffffff
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; Gotham theme ==========
|
||||||
|
;background = #0a0f14
|
||||||
|
;foreground = #99d1ce
|
||||||
|
;alert = #d26937
|
||||||
|
;volume-min = #2aa889
|
||||||
|
;volume-med = #edb443
|
||||||
|
;volume-max = #c23127
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; INTRCPTR theme ============
|
||||||
|
;background = ${xrdb:color0:#222}
|
||||||
|
;background = #aa000000
|
||||||
|
;background-alt = #444
|
||||||
|
;foreground = ${xrdb:color7:#222}
|
||||||
|
;foreground = #fff
|
||||||
|
;foreground-alt = #555
|
||||||
|
;primary = #ffb52a
|
||||||
|
;secondary = #e60053
|
||||||
|
;alert = #bd2c40
|
||||||
|
|
||||||
|
; Colors ==========================================
|
||||||
|
; Black/Grey/White ======================
|
||||||
|
; grey-1 = #191919 ;; S=0, V=10
|
||||||
|
; grey-2 = #333333 ;; S=0, V=20
|
||||||
|
; grey-3 = #4c4c4c ;; S=0, V=30
|
||||||
|
; grey-4 = #666666 ;; S=0, V=40
|
||||||
|
; grey-5 = #7f7f7f ;; S=0, V=50
|
||||||
|
; grey-6 = #999999 ;; S=0, V=60
|
||||||
|
; grey-7 = #b2b2b2 ;; S=0, V=70
|
||||||
|
; grey-8 = #cccccc ;; S=0, V=80
|
||||||
|
; grey-9 = #e5e5e5 ;; S=0, V=90
|
||||||
|
; grey-f = #e5e5e5 ;; S=0, V=90
|
||||||
|
; =======================================
|
||||||
|
;
|
||||||
|
; Pink ==================================
|
||||||
|
; pink-1 = #190117 ;; S=95, V=10
|
||||||
|
; pink-2 = #33022f ;; S=95, V=20
|
||||||
|
; pink-3 = #4c0347 ;; S=95, V=30
|
||||||
|
; pink-4 = #66055f ;; S=95, V=40
|
||||||
|
; pink-5 = #7f0677 ;; S=95, V=50
|
||||||
|
; pink-6 = #99078f ;; S=95, V=60
|
||||||
|
; pink-7 = #b208a7 ;; S=95, V=70
|
||||||
|
; pink-8 = #cc0abf ;; S=95, V=80
|
||||||
|
; pink-9 = #e50bd6 ;; S=95, V=90
|
||||||
|
; pink-f = #f2daf0 ;; S=10, V=95
|
||||||
|
; =======================================
|
||||||
|
; =================================================
|
||||||
|
|
||||||
|
; Black/Grey ==================
|
||||||
|
;background = #191919
|
||||||
|
;foreground = #e5e5e5
|
||||||
|
;modbackground = #333333
|
||||||
|
;alert = #ff0000
|
||||||
|
; =============================
|
||||||
|
|
||||||
|
; Pink ======================
|
||||||
|
; background = #190117
|
||||||
|
;background = #9933022f
|
||||||
|
;foreground = #f2daf0
|
||||||
|
; modbackground = #4c0347
|
||||||
|
;modbackground = #9933022f
|
||||||
|
; lightforeground = #4c0347
|
||||||
|
;lightforeground = #9933022f
|
||||||
|
;alert = #a5096a
|
||||||
|
;underline = #cc0abf
|
||||||
|
; =============================
|
||||||
|
|
||||||
|
; Nyarch ======================
|
||||||
|
background = #99203b4c
|
||||||
|
foreground = #e5edf1
|
||||||
|
modbackground = #99203b4c
|
||||||
|
lightforeground = #99203b4c
|
||||||
|
alert = #1a77a5
|
||||||
|
underline = #2298d3
|
||||||
|
; =============================
|
||||||
|
|
||||||
|
red = #ff0000
|
||||||
|
darkred = #990000
|
||||||
|
orange = #ff8432
|
||||||
|
darkorange = #994f1e
|
||||||
|
yellow = #ffcc32
|
||||||
|
darkyellow = #997a1e
|
||||||
|
green = #65ff32
|
||||||
|
darkgreen = #3d991e
|
||||||
|
cyan = #32ffe0
|
||||||
|
darkcyan = #1e9986
|
||||||
|
blue = #324aff
|
||||||
|
darkblue = #1e2c99
|
||||||
|
violet = #9232ff
|
||||||
|
pink = #ff32fb
|
||||||
|
black = #000000
|
||||||
|
white = #ffffff
|
8
arch-themes/space-pink/i3/color
Normal file
8
arch-themes/space-pink/i3/color
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Purple/Pink
|
||||||
|
# class border backgr. text indicator
|
||||||
|
client.placeholder #00ff00 #00ff00 #00ff00
|
||||||
|
client.background #00ff00 #00ff00 #00ff00
|
||||||
|
client.focused #592c54 #592c54 #eeeeee #592c54
|
||||||
|
client.unfocused #33022f #33022f #eeeeee #33022f
|
||||||
|
client.focused_inactive #33022f #33022f #eeeeee #33022f
|
||||||
|
client.urgent #a5096a #a5096a #eeeeee #a5096a
|
121
arch-themes/space-pink/polybar/colors.ini
Executable file
121
arch-themes/space-pink/polybar/colors.ini
Executable file
@ -0,0 +1,121 @@
|
|||||||
|
[colors]
|
||||||
|
; Nord theme ============
|
||||||
|
;background = #992F343F
|
||||||
|
;foreground = #f3f4f5
|
||||||
|
;alert = #d08770
|
||||||
|
;volume-min = #a3be8c
|
||||||
|
;volume-med = #ebcb8b
|
||||||
|
;volume-max = #bf616a
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; Purple theme ==========
|
||||||
|
;background = #99352f3f
|
||||||
|
;background = #352f3f
|
||||||
|
;foreground = #f3f2f4
|
||||||
|
;alert = #d170bd
|
||||||
|
;volume-min = #00ff00
|
||||||
|
;volume-med = #00ff00
|
||||||
|
;volume-max = #00ff00
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; dark glow theme =========
|
||||||
|
;background = #0c0c0c
|
||||||
|
;foreground = #ffffff
|
||||||
|
;alert = #ff0000
|
||||||
|
;volume-min = #ffffff
|
||||||
|
;volume-med = #ffffff
|
||||||
|
;volume-max = #ffffff
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; Gotham theme ==========
|
||||||
|
;background = #0a0f14
|
||||||
|
;foreground = #99d1ce
|
||||||
|
;alert = #d26937
|
||||||
|
;volume-min = #2aa889
|
||||||
|
;volume-med = #edb443
|
||||||
|
;volume-max = #c23127
|
||||||
|
; =======================
|
||||||
|
|
||||||
|
; INTRCPTR theme ============
|
||||||
|
;background = ${xrdb:color0:#222}
|
||||||
|
;background = #aa000000
|
||||||
|
;background-alt = #444
|
||||||
|
;foreground = ${xrdb:color7:#222}
|
||||||
|
;foreground = #fff
|
||||||
|
;foreground-alt = #555
|
||||||
|
;primary = #ffb52a
|
||||||
|
;secondary = #e60053
|
||||||
|
;alert = #bd2c40
|
||||||
|
|
||||||
|
; Colors ==========================================
|
||||||
|
; Black/Grey/White ======================
|
||||||
|
; grey-1 = #191919 ;; S=0, V=10
|
||||||
|
; grey-2 = #333333 ;; S=0, V=20
|
||||||
|
; grey-3 = #4c4c4c ;; S=0, V=30
|
||||||
|
; grey-4 = #666666 ;; S=0, V=40
|
||||||
|
; grey-5 = #7f7f7f ;; S=0, V=50
|
||||||
|
; grey-6 = #999999 ;; S=0, V=60
|
||||||
|
; grey-7 = #b2b2b2 ;; S=0, V=70
|
||||||
|
; grey-8 = #cccccc ;; S=0, V=80
|
||||||
|
; grey-9 = #e5e5e5 ;; S=0, V=90
|
||||||
|
; grey-f = #e5e5e5 ;; S=0, V=90
|
||||||
|
; =======================================
|
||||||
|
;
|
||||||
|
; Pink ==================================
|
||||||
|
; pink-1 = #190117 ;; S=95, V=10
|
||||||
|
; pink-2 = #33022f ;; S=95, V=20
|
||||||
|
; pink-3 = #4c0347 ;; S=95, V=30
|
||||||
|
; pink-4 = #66055f ;; S=95, V=40
|
||||||
|
; pink-5 = #7f0677 ;; S=95, V=50
|
||||||
|
; pink-6 = #99078f ;; S=95, V=60
|
||||||
|
; pink-7 = #b208a7 ;; S=95, V=70
|
||||||
|
; pink-8 = #cc0abf ;; S=95, V=80
|
||||||
|
; pink-9 = #e50bd6 ;; S=95, V=90
|
||||||
|
; pink-f = #f2daf0 ;; S=10, V=95
|
||||||
|
; =======================================
|
||||||
|
; =================================================
|
||||||
|
|
||||||
|
; Black/Grey ==================
|
||||||
|
;background = #191919
|
||||||
|
;foreground = #e5e5e5
|
||||||
|
;modbackground = #333333
|
||||||
|
;alert = #ff0000
|
||||||
|
; =============================
|
||||||
|
|
||||||
|
; space pink =================
|
||||||
|
; background = #190117
|
||||||
|
background = #9933022f
|
||||||
|
foreground = #f2daf0
|
||||||
|
; modbackground = #4c0347
|
||||||
|
modbackground = #9933022f
|
||||||
|
; lightforeground = #4c0347
|
||||||
|
lightforeground = #9933022f
|
||||||
|
alert = #a5096a
|
||||||
|
underline = #cc0abf
|
||||||
|
; =============================
|
||||||
|
|
||||||
|
; Nyarch ======================
|
||||||
|
;background = #99203b4c
|
||||||
|
;foreground = #e5edf1
|
||||||
|
;modbackground = #99203b4c
|
||||||
|
;lightforeground = #99203b4c
|
||||||
|
;alert = #1a77a5
|
||||||
|
;underline = #2298d3
|
||||||
|
; =============================
|
||||||
|
|
||||||
|
red = #ff0000
|
||||||
|
darkred = #990000
|
||||||
|
orange = #ff8432
|
||||||
|
darkorange = #994f1e
|
||||||
|
yellow = #ffcc32
|
||||||
|
darkyellow = #997a1e
|
||||||
|
green = #65ff32
|
||||||
|
darkgreen = #3d991e
|
||||||
|
cyan = #32ffe0
|
||||||
|
darkcyan = #1e9986
|
||||||
|
blue = #324aff
|
||||||
|
darkblue = #1e2c99
|
||||||
|
violet = #9232ff
|
||||||
|
pink = #ff32fb
|
||||||
|
black = #000000
|
||||||
|
white = #ffffff
|
Loading…
Reference in New Issue
Block a user