From ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Wed, 2 Mar 2022 19:48:57 +0530 Subject: Modification --- config.h | 4 ++-- dmenu | Bin 43800 -> 43800 bytes dmenu.c | 12 ------------ dmenu.o | Bin 42664 -> 42664 bytes drw.c | 12 ------------ stest.c | 12 ------------ util.c | 12 ------------ 7 files changed, 2 insertions(+), 50 deletions(-) diff --git a/config.h b/config.h index e8b25ea..3516a47 100644 --- a/config.h +++ b/config.h @@ -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" }, diff --git a/dmenu b/dmenu index 0af48d1..9b02f39 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.c b/dmenu.c index 6b110f0..42262b0 100644 --- a/dmenu.c +++ b/dmenu.c @@ -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 #include diff --git a/dmenu.o b/dmenu.o index a5e8114..d26eb14 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/drw.c b/drw.c index acda2ec..4cdbcbe 100644 --- a/drw.c +++ b/drw.c @@ -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 #include diff --git a/stest.c b/stest.c index 47c7d43..e27d3a5 100644 --- a/stest.c +++ b/stest.c @@ -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 diff --git a/util.c b/util.c index edc6a3f..fe044fc 100644 --- a/util.c +++ b/util.c @@ -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 #include -- cgit v1.2.3-59-g8ed1b