Add dot_config/qtile/.keep
Add dot_config/qtile/__pycache__/.keep Add dot_config/qtile/__pycache__/bars.cpython-38.pyc Add dot_config/qtile/__pycache__/bars.cpython-39.pyc Add dot_config/qtile/__pycache__/colors.cpython-38.pyc Add dot_config/qtile/__pycache__/colors.cpython-39.pyc Add dot_config/qtile/__pycache__/config-done.cpython-38.pyc Add dot_config/qtile/__pycache__/config.cpython-38.pyc Add dot_config/qtile/__pycache__/config.cpython-39.pyc Add dot_config/qtile/__pycache__/groups.cpython-38.pyc Add dot_config/qtile/__pycache__/groups.cpython-39.pyc Add dot_config/qtile/__pycache__/keys.cpython-38.pyc Add dot_config/qtile/__pycache__/keys.cpython-39.pyc Add dot_config/qtile/__pycache__/layouts.cpython-38.pyc Add dot_config/qtile/__pycache__/layouts.cpython-39.pyc Add dot_config/qtile/__pycache__/screens.cpython-38.pyc Add dot_config/qtile/__pycache__/screens.cpython-39.pyc Add dot_config/qtile/bars.py Add dot_config/qtile/colors.py Add dot_config/qtile/config.py Add dot_config/qtile/groups.py Add dot_config/qtile/keys.py Add dot_config/qtile/layouts.py Add dot_config/qtile/old_configs/.keep Add dot_config/qtile/old_configs/config.py Add dot_config/qtile/old_configs/sweenu/.keep Add dot_config/qtile/old_configs/sweenu/bars.py Add dot_config/qtile/old_configs/sweenu/colors.py Add dot_config/qtile/old_configs/sweenu/config.py Add dot_config/qtile/old_configs/sweenu/keys.py Add dot_config/qtile/old_configs/sweenu/util/.keep Add dot_config/qtile/old_configs/sweenu/util/__main__.py Add dot_config/qtile/old_configs/sweenu/util/backlight.py Add dot_config/qtile/old_configs/sweenu/util/monitor.py Add dot_config/qtile/old_configs/sweenu/util/screenshot.py Add dot_config/qtile/old_configs/sweenu/util/soundcard.py Add dot_config/qtile/old_configs/sweenu/widgets.py Add dot_config/qtile/screens.py Add dot_config/qtile/scripts/.keep Add dot_config/qtile/scripts/executable_autostart.sh Add dot_config/qtile/themes/.keep Add dot_config/qtile/themes/ayu-dark.json Add dot_config/qtile/themes/dracula.json Add dot_config/qtile/themes/hopscotch.json Add dot_config/qtile/themes/material-darker.json Add dot_config/qtile/themes/nord.json Add dot_config/qtile/themes/one-dark.json Add dot_config/qtile/themes/operator.json Add dot_config/qtile/themes/royal.json Add dot_config/qtile/themes/seashells.json Add dot_config/qtile/themes/smyck.json Add dot_config/qtile/themes/spacedust.json Add dot_config/qtile/themes/spacegray.json Add dot_config/qtile/themes/square.json Add dot_config/qtile/themes/tomorrow-nb.json
This commit is contained in:
parent
d84f84d6cd
commit
bc838a571d
55 changed files with 1181 additions and 0 deletions
0
dot_config/qtile/themes/.keep
Normal file
0
dot_config/qtile/themes/.keep
Normal file
12
dot_config/qtile/themes/ayu-dark.json
Normal file
12
dot_config/qtile/themes/ayu-dark.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#01060e",
|
||||
"red": "#ea6c73",
|
||||
"green": "#91b362",
|
||||
"yellow": "#f9af4f",
|
||||
"blue": "#53bdfa",
|
||||
"purple": "#fae994",
|
||||
"cyan": "#90e1c6",
|
||||
"white": "#c7c7c7",
|
||||
"background": "#brb1ad",
|
||||
"foreground": "#0a0e14"
|
||||
}
|
12
dot_config/qtile/themes/dracula.json
Normal file
12
dot_config/qtile/themes/dracula.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#21222c",
|
||||
"red": "#ff5555",
|
||||
"green": "#50fa7b",
|
||||
"yellow": "#ffcb6b",
|
||||
"blue": "#82aaff",
|
||||
"purple": "#c792ea",
|
||||
"cyan": "#8be9fd",
|
||||
"white": "#f8f8f2",
|
||||
"background": "#212121",
|
||||
"foreground": "#f8f8f2"
|
||||
}
|
12
dot_config/qtile/themes/hopscotch.json
Normal file
12
dot_config/qtile/themes/hopscotch.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#322931",
|
||||
"red": "#dd464c",
|
||||
"green": "#8fc13e",
|
||||
"yellow": "#fdcc59",
|
||||
"blue": "#1290bf",
|
||||
"purple": "#c85e7c",
|
||||
"cyan": "#149b93",
|
||||
"white": "#b9b5b8",
|
||||
"background": "#322931",
|
||||
"foreground": "#b9b5b8"
|
||||
}
|
12
dot_config/qtile/themes/material-darker.json
Normal file
12
dot_config/qtile/themes/material-darker.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#000000",
|
||||
"red": "#ff5370",
|
||||
"green": "#c3e88d",
|
||||
"yellow": "#ffcb6b",
|
||||
"blue": "#82aaff",
|
||||
"purple": "#c792ea",
|
||||
"cyan": "#89ddff",
|
||||
"white": "#ffffff",
|
||||
"background": "#212121",
|
||||
"foreground": "#eeffff"
|
||||
}
|
12
dot_config/qtile/themes/nord.json
Normal file
12
dot_config/qtile/themes/nord.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#3b4252",
|
||||
"red": "#bf616a",
|
||||
"green": "#a3be8c",
|
||||
"yellow": "#ebcb8b",
|
||||
"blue": "#81a1c1",
|
||||
"purple": "#b48ead",
|
||||
"cyan": "#88c0d0",
|
||||
"white": "#e5e9f0",
|
||||
"background": "#2e3440",
|
||||
"foreground": "#d8dee9"
|
||||
}
|
12
dot_config/qtile/themes/one-dark.json
Normal file
12
dot_config/qtile/themes/one-dark.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#131613",
|
||||
"red": "#e06c75",
|
||||
"green": "#98c379",
|
||||
"yellow": "#d19a66",
|
||||
"blue": "#61afef",
|
||||
"purple": "#c678dd",
|
||||
"cyan": "#56b6c2",
|
||||
"white": "#abb2bf",
|
||||
"background": "#282c34",
|
||||
"foreground": "#abb2bf"
|
||||
}
|
12
dot_config/qtile/themes/operator.json
Normal file
12
dot_config/qtile/themes/operator.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#5a5a5a",
|
||||
"red": "#ca372d",
|
||||
"green": "#4d7b3a",
|
||||
"yellow": "#d4d697",
|
||||
"blue": "#4387cf",
|
||||
"purple": "#b86cb4",
|
||||
"cyan": "#72d5c6",
|
||||
"white": "#ced4cd",
|
||||
"background": "#191919",
|
||||
"foreground": "#c3cac2"
|
||||
}
|
12
dot_config/qtile/themes/royal.json
Normal file
12
dot_config/qtile/themes/royal.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#241f2b",
|
||||
"red": "#91284c",
|
||||
"green": "#23801c",
|
||||
"yellow": "#b49d27",
|
||||
"blue": "#6580b0",
|
||||
"purple": "#674d96",
|
||||
"cyan": "#8aaabe",
|
||||
"white": "#524966",
|
||||
"background": "#100815",
|
||||
"foreground": "#514968"
|
||||
}
|
12
dot_config/qtile/themes/seashells.json
Normal file
12
dot_config/qtile/themes/seashells.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#17384c",
|
||||
"red": "#d15123",
|
||||
"green": "#027c9b",
|
||||
"yellow": "#fca02f",
|
||||
"blue": "#1e4950",
|
||||
"purple": "#68d4f1",
|
||||
"cyan": "#50a3b5",
|
||||
"white": "#deb88d",
|
||||
"background": "#09141b",
|
||||
"foreground": "#deb88d"
|
||||
}
|
12
dot_config/qtile/themes/smyck.json
Normal file
12
dot_config/qtile/themes/smyck.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#000000",
|
||||
"red": "#b84131",
|
||||
"green": "#7da900",
|
||||
"yellow": "#c4a500",
|
||||
"blue": "#62a3c4",
|
||||
"purple": "#ba8acc",
|
||||
"cyan": "#207383",
|
||||
"white": "#a1a1a1",
|
||||
"background": "#1b1b1b",
|
||||
"foreground": "#f7f7f7"
|
||||
}
|
12
dot_config/qtile/themes/spacedust.json
Normal file
12
dot_config/qtile/themes/spacedust.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#6e5346",
|
||||
"red": "#e35b00",
|
||||
"green": "#5cab96",
|
||||
"yellow": "#e3cd7b",
|
||||
"blue": "#0f548b",
|
||||
"purple": "#e35b00",
|
||||
"cyan": "#06afc7",
|
||||
"white": "#f0f1ce",
|
||||
"background": "#0a1e24",
|
||||
"foreground": "#ecf0c1"
|
||||
}
|
12
dot_config/qtile/themes/spacegray.json
Normal file
12
dot_config/qtile/themes/spacegray.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#000000",
|
||||
"red": "#b04b57",
|
||||
"green": "#87b379",
|
||||
"yellow": "#e5c179",
|
||||
"blue": "#7d8fa4",
|
||||
"purple": "#a47996",
|
||||
"cyan": "#85a7a5",
|
||||
"white": "#b3b8c3",
|
||||
"background": "#20242d",
|
||||
"foreground": "#b3b8c3"
|
||||
}
|
12
dot_config/qtile/themes/square.json
Normal file
12
dot_config/qtile/themes/square.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#050505",
|
||||
"red": "#e9897c",
|
||||
"green": "#b6377d",
|
||||
"yellow": "#ecebbe",
|
||||
"blue": "#a9cdeb",
|
||||
"purple": "#75507b",
|
||||
"cyan": "#c9caec",
|
||||
"white": "#f2f2f2",
|
||||
"background": "#1a1a1a",
|
||||
"foreground": "#acacab"
|
||||
}
|
12
dot_config/qtile/themes/tomorrow-nb.json
Normal file
12
dot_config/qtile/themes/tomorrow-nb.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"black": "#000000",
|
||||
"red": "#d54e53",
|
||||
"green": "#b9ca4a",
|
||||
"yellow": "#e7c547",
|
||||
"blue": "#7aa6da",
|
||||
"purple": "#c397d8",
|
||||
"cyan": "#70c0b1",
|
||||
"white": "#ffffff",
|
||||
"background": "#000000",
|
||||
"foreground": "#eaeaea"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue