Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions
11
home/.local/bin/statusbar/themes/doom
Executable file
11
home/.local/bin/statusbar/themes/doom
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#1c1f24
|
||||
red=#ff6c6b
|
||||
green=#98be65
|
||||
yellow=#da8548
|
||||
blue=#51afef
|
||||
magenta=#c678dd
|
||||
cyan=#5699af
|
||||
white=#202328
|
11
home/.local/bin/statusbar/themes/dracula
Executable file
11
home/.local/bin/statusbar/themes/dracula
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#21222c
|
||||
red=#ff5555
|
||||
green=#50fa7b
|
||||
yellow=#f1fa8c
|
||||
blue=#bd93f9
|
||||
magenta=#ff79c6
|
||||
cyan=#8be9fd
|
||||
white=#f8f8f2
|
12
home/.local/bin/statusbar/themes/sweetdracula
Executable file
12
home/.local/bin/statusbar/themes/sweetdracula
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#1a1e21
|
||||
red=#ff6c6b
|
||||
green=#50fa7b
|
||||
yellow=#f1fa8c
|
||||
blue=#bd93f9
|
||||
magenta=#ff6c6b
|
||||
cyan=#8be9fd
|
||||
white=#f8f8f2
|
||||
|
11
home/.local/bin/statusbar/themes/sweetmars
Executable file
11
home/.local/bin/statusbar/themes/sweetmars
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#1a1e21
|
||||
red=#cc241d
|
||||
green=#98971a
|
||||
yellow=#d79921
|
||||
blue=#458588
|
||||
magenta=#b16286
|
||||
cyan=#689d6a
|
||||
white=#a89984
|
11
home/.local/bin/statusbar/themes/tomorrow
Executable file
11
home/.local/bin/statusbar/themes/tomorrow
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#1D1F21
|
||||
red=#fb4934
|
||||
green=#98971a
|
||||
yellow=#d7992a
|
||||
blue=#458588
|
||||
magenta=#b16286
|
||||
cyan=#689d6a
|
||||
white=#373b41
|
11
home/.local/bin/statusbar/themes/tomorrow-dark
Executable file
11
home/.local/bin/statusbar/themes/tomorrow-dark
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#1D1F21
|
||||
red=#a54242
|
||||
green=#8c9440
|
||||
yellow=#de935f
|
||||
blue=#5f819d
|
||||
magenta=#85678f
|
||||
cyan=#5e8d87
|
||||
white=#707880
|
11
home/.local/bin/statusbar/themes/tomorrow-night
Executable file
11
home/.local/bin/statusbar/themes/tomorrow-night
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#1d1f21
|
||||
red=#cc6666
|
||||
green=#b5bd68
|
||||
yellow=#e6c547
|
||||
blue=#81a2be
|
||||
magenta=#b294bb
|
||||
cyan=#70c0ba
|
||||
white=#373b41
|
11
home/.local/bin/statusbar/themes/vacuous
Executable file
11
home/.local/bin/statusbar/themes/vacuous
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
# colors
|
||||
|
||||
black=#202020
|
||||
red=#b91e2e
|
||||
green=#81957c
|
||||
yellow=#f9bb80
|
||||
blue=#356579
|
||||
magenta=#87314e
|
||||
cyan=#0b3452
|
||||
white=#909090
|
Loading…
Add table
Add a link
Reference in a new issue