rofi theme

This commit is contained in:
Kopatz
2025-03-16 17:02:18 +01:00
parent 4d4f5c2a24
commit 48aaa758ba
12 changed files with 146 additions and 20 deletions

View File

@@ -1,7 +1,3 @@
/*******************************************************
* ROFI Arc Dark colors for EndeavourOS
* Maintainer: joekamprad [joekamprad //a_t// endeavouros.com]
*******************************************************/
* {
selected-normal-foreground: rgba ( 249, 249, 249, 100 % );
foreground: rgba ( 196, 203, 212, 100 % );

View File

@@ -13,12 +13,14 @@ configuration {
sidebar-mode: false;
}
@import "~/.config/rofi/arc_dark_transparent_colors.rasi"
/*@import "~/.config/rofi/arc_dark_transparent_colors.rasi"*/
@import "~/.config/rofi/rofi_stylix_colors.rasi"
window {
background-color: @background;
border: 2;
border-color: #585b70;
/*border-color: #585b70;*/
border-color: @border-color;
padding: 30;
}
listview {