diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-07-15 01:57:30 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-07-15 01:57:30 +0200 |
commit | 14791883624bf10227a6ffa9172c8030b87d4675 (patch) | |
tree | 8245e91cf4da07344dd1148b32c51d2b8c33f76d /stow/colorschemes/.config | |
parent | b8b7563bd9cf1731cb5dc2e34ed88d5bc1e336c8 (diff) | |
download | configs-14791883624bf10227a6ffa9172c8030b87d4675.tar.gz configs-14791883624bf10227a6ffa9172c8030b87d4675.zip |
Lots of renames: stow can't handle folder with --dotfiles option.
Diffstat (limited to 'stow/colorschemes/.config')
-rw-r--r-- | stow/colorschemes/.config/colorschemes/customBlue | 29 | ||||
-rw-r--r-- | stow/colorschemes/.config/colorschemes/gruvbox | 31 | ||||
-rw-r--r-- | stow/colorschemes/.config/colorschemes/nord | 47 |
3 files changed, 107 insertions, 0 deletions
diff --git a/stow/colorschemes/.config/colorschemes/customBlue b/stow/colorschemes/.config/colorschemes/customBlue new file mode 100644 index 0000000..a96475f --- /dev/null +++ b/stow/colorschemes/.config/colorschemes/customBlue @@ -0,0 +1,29 @@ +!Custom blue +!*background: #181820 +*background: #232f40 +!*foreground: #ebdbb2 +*foreground: #ffffff +! Black + DarkGrey +*color0: #000000 +*color8: #181820 +! DarkRed + Red +*color1: #ff3333 +*color9: #ff6666 +! DarkGreen + Green +*color2: #66ff66 +*color10: #b2ff66 +! DarkYellow + Yellow +*color3: #fabd2f +*color11: #ffff66 +! DarkBlue + Blue +*color4: #6666ff +*color12: #66b2ff +! DarkMagenta + Magenta +*color5: #ff3366 +*color13: #ff66bb +! DarkCyan + Cyan +*color6: #33ddff +*color14: #66ffff +! LightGrey + White +*color7: #ebdbb2 +*color15: #ffffff diff --git a/stow/colorschemes/.config/colorschemes/gruvbox b/stow/colorschemes/.config/colorschemes/gruvbox new file mode 100644 index 0000000..5c83041 --- /dev/null +++ b/stow/colorschemes/.config/colorschemes/gruvbox @@ -0,0 +1,31 @@ +!Gruvbox +*background: #1d2021 +!*background: #32302f +!*background: #282828 +!*foreground: #d5c4a1 +*foreground: #fbf1c7 +!*foreground: #ebdbb2 +! Black + DarkGrey +*color0: #282828 +*color8: #928374 +! DarkRed + Red +*color1: #cc241d +*color9: #fb4934 +! DarkGreen + Green +*color2: #98971a +*color10: #b8bb26 +! DarkYellow + Yellow +*color3: #d79921 +*color11: #fabd2f +! DarkBlue + Blue +*color4: #358588 +*color12: #83a598 +! DarkMagenta + Magenta +*color5: #b16286 +*color13: #d3869b +! DarkCyan + Cyan +*color6: #689d6a +*color14: #8ec07c +! LightGrey + White +*color7: #a89984 +*color15: #ebdbb2 diff --git a/stow/colorschemes/.config/colorschemes/nord b/stow/colorschemes/.config/colorschemes/nord new file mode 100644 index 0000000..916a0ff --- /dev/null +++ b/stow/colorschemes/.config/colorschemes/nord @@ -0,0 +1,47 @@ +! Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com> +! Copyright (c) 2016-present Sven Greb <code@svengreb.de> + +! Project: Nord XResources +! Version: 0.1.0 +! Repository: https://github.com/arcticicestudio/nord-xresources +! License: MIT + +#define nord0 #2E3440 +#define nord1 #3B4252 +#define nord2 #434C5E +#define nord3 #4C566A +#define nord4 #D8DEE9 +#define nord5 #E5E9F0 +#define nord6 #ECEFF4 +#define nord7 #8FBCBB +#define nord8 #88C0D0 +#define nord9 #81A1C1 +#define nord10 #5E81AC +#define nord11 #BF616A +#define nord12 #D08770 +#define nord13 #EBCB8B +#define nord14 #A3BE8C +#define nord15 #B48EAD + +*.foreground: nord4 +*.background: nord0 +*.cursorColor: nord4 +*fading: 35 +*fadeColor: nord3 + +*.color0: nord1 +*.color1: nord11 +*.color2: nord14 +*.color3: nord13 +*.color4: nord9 +*.color5: nord15 +*.color6: nord8 +*.color7: nord5 +*.color8: nord3 +*.color9: nord11 +*.color10: nord14 +*.color11: nord13 +*.color12: nord9 +*.color13: nord15 +*.color14: nord7 +*.color15: nord6 |