diff options
author | altaf-creator <dev@altafcreator.com> | 2024-05-19 14:54:41 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-05-19 14:54:41 +0700 |
commit | 3ec8d42fbf6eed78c24de2caca63d91a2604ff50 (patch) | |
tree | 985517bcce150969a050f7f408bea6670177bbb7 /config/rofi/colors/personal.rasi |
Diffstat (limited to 'config/rofi/colors/personal.rasi')
-rw-r--r-- | config/rofi/colors/personal.rasi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/rofi/colors/personal.rasi b/config/rofi/colors/personal.rasi new file mode 100644 index 0000000..b0103e9 --- /dev/null +++ b/config/rofi/colors/personal.rasi @@ -0,0 +1,8 @@ +* { + background: #292D3EFF; + background-alt: #34384CFF; + foreground: #FFFFFFFF; + selected: #60BAECFF; + active: #98C379FF; + urgent: #E06C75FF; +} |