mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-06 19:32:50 +01:00
19 lines
335 B
Plaintext
Executable File
19 lines
335 B
Plaintext
Executable File
/**
|
|
*
|
|
* Author : Aditya Shakya (adi1090x)
|
|
* Github : @adi1090x
|
|
*
|
|
* Colors
|
|
**/
|
|
|
|
* {
|
|
background: #121212CC;
|
|
background-alt: #12121200;
|
|
foreground: #FFFFFFFF;
|
|
foreground-alt: #121212FF;
|
|
selected: #33b1ffFF;
|
|
active: #42be65FF;
|
|
urgent: #ee5396FF;
|
|
border: #33b1ffFF;
|
|
}
|