From f4d09c2ade25a7061616c79439c1f417077063a4 Mon Sep 17 00:00:00 2001 From: Mallar Bhattachaya <137499848+mallar-B@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:42:21 +0530 Subject: [PATCH] Create pywal.rasi --- files/colors/pywal.rasi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/colors/pywal.rasi diff --git a/files/colors/pywal.rasi b/files/colors/pywal.rasi new file mode 100644 index 0000000..edb6969 --- /dev/null +++ b/files/colors/pywal.rasi @@ -0,0 +1,16 @@ +/** + * + * Author : Mallar Bhattacharya + * Github : @mallar-B + * + * Colors + **/ + +* { + background: #111213; + background-alt: #111213; + foreground: #ccc4ba; + selected: #6C6658; + active: #4E4F47; + urgent: #897559; +}