From 042b58e4529a485d6fb83e4d9ce9823e33254014 Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 3 Jun 2021 15:42:25 +0000 Subject: Made chromium as default browser --- dwm-6.2/dwm | Bin 72056 -> 72056 bytes dwm-6.2/dwm.o | Bin 63192 -> 63192 bytes themes/theme.h | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm index ef64fbf..82867b7 100755 Binary files a/dwm-6.2/dwm and b/dwm-6.2/dwm differ diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o index a8c5363..7e9bac3 100644 Binary files a/dwm-6.2/dwm.o and b/dwm-6.2/dwm.o differ diff --git a/themes/theme.h b/themes/theme.h index ae77542..dfca57e 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,11 +6,11 @@ /* primary color */ -static const char col_cyan[] = "#5e81ac"; +static const char col_cyan[] = "#0a0063"; /* secondary colors */ -static const char col_gray1[] = "#2e3440"; +static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -- cgit v1.2.3