Files
dotfiles/.config/rofi/minimal/colors.rasi
2025-05-10 22:58:13 +02:00

73 lines
1.8 KiB
Plaintext

/***************************************************
* Name: Name Colors
* Author: Matheus Silva, Modified by nub31
* Date: 2024-09-28
***************************************************/
/* Comment */
* {
/***** [ Colors ] *****/
/* don't delete these colors */
white: #ffffff;
black: #000000;
red: #ff0000;
/***** [ Custom Colors ] *****/
color1: #151515;
color2: #232323;
color3: #FFFFFF;
color4: #424242;
accent: #9BC549;
/***** [ Elements ] *****/
background: @color1;
background-alt: @color2;
background-selected: @white;
background-active: @white;
background-urgent: @white;
foreground: @color3;
foreground-alt: @color4;
foreground-selected: @color3;
foreground-active: @white;
foreground-urgent: @white;
background-color: @color1;
text-color: @color3;
border-color: @white;
separator-color: @white;
normal: @white;
selected: @white;
active: @white;
urgent: @white;
/***** [ Aliases ] *****/
/* DO NOT TOUCH HERE */
bg: @background;
bg-alt: @background-alt;
bg-sel: @background-selected;
bg-act: @background-active;
bg-urg: @background-urgent;
fg: @foreground;
fg-alt: @foreground-alt;
fg-sel: @foreground-selected;
fg-act: @foreground-active;
fg-urg: @foreground-urgent;
sel: @selected;
act: @active;
urg: @urgent;
text: @text-color;
txt: @text-color;
border: @border-color;
separator: @separator-color;
}