From 72b0ec03c52d790343107425669e9bd3bcdc0cc4 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 27 Oct 2023 20:36:51 +0200 Subject: feat(hm/conf/rofi): Init --- hm/soispha/conf/rofi/rounded-gray-dark.rasi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hm/soispha/conf/rofi/rounded-gray-dark.rasi (limited to 'hm/soispha/conf/rofi/rounded-gray-dark.rasi') diff --git a/hm/soispha/conf/rofi/rounded-gray-dark.rasi b/hm/soispha/conf/rofi/rounded-gray-dark.rasi new file mode 100644 index 00000000..ccea1eaf --- /dev/null +++ b/hm/soispha/conf/rofi/rounded-gray-dark.rasi @@ -0,0 +1,18 @@ +/******************************************************************************* + * ROUNDED THEME FOR ROFI + * User : LR-Tech + * Theme Repo : https://github.com/lr-tech/rofi-themes-collection + *******************************************************************************/ + +* { + bg0: #212121F2; + bg1: #2A2A2A; + bg2: #3D3D3D80; + bg3: #616161F2; + fg0: #E6E6E6; + fg1: #FFFFFF; + fg2: #969696; + fg3: #3D3D3D; +} + +@import "rounded-common.rasi" -- cgit 1.4.1