diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-03-02 19:48:57 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-03-02 19:48:57 +0530 |
commit | ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a (patch) | |
tree | b083f9b5cdae2ed54023a8461945add353a4503a | |
parent | e92dad4d873d8d883e50f70626d1fb13760f0431 (diff) | |
download | dmenu-ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a.tar.gz dmenu-ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a.tar.bz2 dmenu-ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a.zip |
Modification
-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> |