diff options
-rw-r--r-- | config.h | 4 | ||||
-rwxr-xr-x | dmenu | bin | 43800 -> 43800 bytes | |||
-rw-r--r-- | dmenu.c | 12 | ||||
-rw-r--r-- | dmenu.o | bin | 42664 -> 42664 bytes | |||
-rw-r--r-- | drw.c | 12 | ||||
-rw-r--r-- | stest.c | 12 | ||||
-rw-r--r-- | util.c | 12 |
7 files changed, 2 insertions, 50 deletions
@@ -12,8 +12,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#b3b3b3", "#080808" }, - [SchemeSel] = { "#ffffff", "#ff55aa" }, - [SchemeSelHighlight] = { "#b3b3b3", "#1a1a1a" }, + [SchemeSel] = { "#ffffff", "#8e00ff" }, + [SchemeSelHighlight] = { "#b3b3b3", "#aa33ff" }, [SchemeNormHighlight] = { "#b3b3b3", "#1a1a1a" }, [SchemeOut] = { "#b3b3b3", "#080808" }, [SchemeOutHighlight] = { "#080808", "#e5e5e5" }, Binary files differ@@ -1,15 +1,3 @@ -/* -// . . . -// | | | . -// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_, -// | | ,-| | | | | |-' | / `-. | | | | | | | | / -// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"' -// ,| -// `' -// GITHUB:https://github.com/gabrielzschmitz -// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/ -// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/ -*/ /* See LICENSE file for copyright and license details. */ #include <ctype.h> #include <locale.h> Binary files differ@@ -1,15 +1,3 @@ -/* -// . . . -// | | | . -// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_, -// | | ,-| | | | | |-' | / `-. | | | | | | | | / -// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"' -// ,| -// `' -// GITHUB:https://github.com/gabrielzschmitz -// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/ -// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/ -*/ /* See LICENSE file for copyright and license details. */ #include <stdio.h> #include <stdlib.h> @@ -1,15 +1,3 @@ -/* -// . . . -// | | | . -// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_, -// | | ,-| | | | | |-' | / `-. | | | | | | | | / -// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"' -// ,| -// `' -// GITHUB:https://github.com/gabrielzschmitz -// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/ -// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/ -*/ /* See LICENSE file for copyright and license details. */ #include <sys/stat.h> @@ -1,15 +1,3 @@ -/* -// . . . -// | | | . -// ,-. ,-. |-. ,-. . ,-. | ,_, ,-. ,-. |-. ,-,-. . |- ,_, -// | | ,-| | | | | |-' | / `-. | | | | | | | | / -// `-| `-^ ^-' ' ' `-' `' '"' `-' `-' ' ' ' ' ' ' `' '"' -// ,| -// `' -// GITHUB:https://github.com/gabrielzschmitz -// INSTAGRAM:https://www.instagram.com/gabrielz.schmitz/ -// DOTFILES:https://github.com/gabrielzschmitz/dotfiles/ -*/ /* See LICENSE file for copyright and license details. */ #include <stdarg.h> #include <stdio.h> |