summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-18 23:13:10 +0300
committerThanosApollo <[email protected]>2022-10-18 23:13:10 +0300
commiteb4c92176446461b6adc284ca81e88f691f5c062 (patch)
treea93f89d8dab677d895e23d2326ffb8deeedc95a4
parentc11904cbefee38822cdf31796304f9699cd6e4b5 (diff)
Add dracula
-rw-r--r--.config/qtile/colors.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/qtile/colors.py b/.config/qtile/colors.py
index 7faa17b..c316bfb 100644
--- a/.config/qtile/colors.py
+++ b/.config/qtile/colors.py
@@ -56,3 +56,13 @@ my_colors = {
"white" : "#F3F4F5",
"orange": "#FBA922",
}
+dracula = {
+ "bg" : "#282a36" ,
+ "fg" : "#f8f8f2",
+ "curr": "#44475a",
+ "cyan": "#8be9fd",
+ "green": "#50fa7b",
+ "orange": "#ffb86c",
+ "purple": "#bd93f9",
+ "red" : "#ff5555",
+}