diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-03 15:42:25 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-03 15:42:25 +0000 |
| commit | 042b58e4529a485d6fb83e4d9ce9823e33254014 (patch) | |
| tree | 476ba8dcbda14a889fd40f4ce078b56be56933a5 | |
| parent | eb94b846da358fac9022d9bedbfb34b5db1279ba (diff) | |
Made chromium as default browser
| -rwxr-xr-x | dwm-6.2/dwm | bin | 72056 -> 72056 bytes | |||
| -rw-r--r-- | dwm-6.2/dwm.o | bin | 63192 -> 63192 bytes | |||
| -rw-r--r-- | themes/theme.h | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm Binary files differindex ef64fbf..82867b7 100755 --- a/dwm-6.2/dwm +++ b/dwm-6.2/dwm diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o Binary files differindex a8c5363..7e9bac3 100644 --- a/dwm-6.2/dwm.o +++ b/dwm-6.2/dwm.o 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"; |