diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-19 21:05:11 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-19 21:05:11 -0500 |
| commit | 4436a5db0b99be23edf2fa01f46e06a8eec128d2 (patch) | |
| tree | b7ac239aac050c164a5881d278e858c3dad10b18 /themes | |
| parent | 32c1e14ebb8a629af7aa6e68657b5c52de1be981 (diff) | |
Added nord theme
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/theme.h | 4 | ||||
| -rw-r--r-- | themes/themes/nord | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/themes/theme.h b/themes/theme.h index 162087c..ae77542 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,11 +6,11 @@ /* primary color */ -static const char col_cyan[] = "#8c0180"; +static const char col_cyan[] = "#5e81ac"; /* secondary colors */ -static const char col_gray1[] = "#222222"; +static const char col_gray1[] = "#2e3440"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; diff --git a/themes/themes/nord b/themes/themes/nord new file mode 100644 index 0000000..ae77542 --- /dev/null +++ b/themes/themes/nord @@ -0,0 +1,16 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#5e81ac"; + +/* secondary colors */ + +static const char col_gray1[] = "#2e3440"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; |