diff options
author | ThanosApollo <[email protected]> | 2022-10-18 23:13:10 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-18 23:13:10 +0300 |
commit | eb4c92176446461b6adc284ca81e88f691f5c062 (patch) | |
tree | a93f89d8dab677d895e23d2326ffb8deeedc95a4 /.config | |
parent | c11904cbefee38822cdf31796304f9699cd6e4b5 (diff) |
Add dracula
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/colors.py | 10 |
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", +} |