diff options
author | David Runge <dave@sleepmap.de> | 2015-03-06 19:32:14 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-06 19:32:14 +0100 |
commit | 3081a9b166a27635fc982e70b3ae7073c9b1c44a (patch) | |
tree | 3e8ca364d61b4fd4a0a9bc8afa4f087430857129 | |
parent | 99f8ef9e69c7381cd83bff930adff3df3f4956be (diff) | |
download | dotfiles-3081a9b166a27635fc982e70b3ae7073c9b1c44a.tar.gz dotfiles-3081a9b166a27635fc982e70b3ae7073c9b1c44a.tar.bz2 dotfiles-3081a9b166a27635fc982e70b3ae7073c9b1c44a.tar.xz dotfiles-3081a9b166a27635fc982e70b3ae7073c9b1c44a.zip |
profile-cleaner.conf: Adding standard setting for profile cleaner (dark background)
-rw-r--r-- | .config/profile-cleaner.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/profile-cleaner.conf b/.config/profile-cleaner.conf new file mode 100644 index 0000000..470cc00 --- /dev/null +++ b/.config/profile-cleaner.conf @@ -0,0 +1,9 @@ +# +# /home/dave/.config/profile-cleaner.conf +# + +# Define the background of your terminal theme here. +# A setting of dark will produce colors that nicely contrast a dark background. +# A setting of light will produce colors that nicely contrast a light background. +COLORS=dark +#COLORS=light |