From b18f25237bce99267133ade9b6bf14b0190cdb0a Mon Sep 17 00:00:00 2001 From: Axel Date: Wed, 27 Sep 2023 10:46:34 +0800 Subject: [PATCH] Create gruvbox-material-hard-dark.rasi --- files/colors/gruvbox-material-hard-dark.rasi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/colors/gruvbox-material-hard-dark.rasi diff --git a/files/colors/gruvbox-material-hard-dark.rasi b/files/colors/gruvbox-material-hard-dark.rasi new file mode 100644 index 00000000..737cbd7f --- /dev/null +++ b/files/colors/gruvbox-material-hard-dark.rasi @@ -0,0 +1,18 @@ +/** + * + * Author : Axel Amores (xelser) + * Github : @xelser + * + * Credits : @sainnhe (https://github.com/sainnhe/gruvbox-material) + * + * Colors + **/ + +* { + background: #1D2021FF; + background-alt: #32302FFF; + foreground: #D4BE98FF; + selected: #7DAEA3FF; + active: #A9B665FF; + urgent: #EA6962FF; +}