diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-19 17:18:07 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-19 17:18:07 -0500 |
| commit | 60f1e650a996c95ab937627096300503cfd90292 (patch) | |
| tree | b547509fe650947fa2627dcec46ab4a202d0e221 /themes | |
| parent | 412fa23b2db9d2a74097a3c3cb8ba885dbc3e1a0 (diff) | |
Made installation script quiet, and added purple theme
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/theme.h | 2 | ||||
| -rw-r--r-- | themes/themes/purple | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/themes/theme.h b/themes/theme.h index dfca57e..162087c 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,7 +6,7 @@ /* primary color */ -static const char col_cyan[] = "#0a0063"; +static const char col_cyan[] = "#8c0180"; /* secondary colors */ diff --git a/themes/themes/purple b/themes/themes/purple new file mode 100644 index 0000000..162087c --- /dev/null +++ b/themes/themes/purple @@ -0,0 +1,16 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#8c0180"; + +/* secondary colors */ + +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; |