mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
14 lines
226 B
Text
14 lines
226 B
Text
/*
|
|
bg - background
|
|
fg - foreground
|
|
br - border
|
|
*/
|
|
|
|
* {
|
|
main-bg: #11111b;
|
|
main-fg: #cdd6f4;
|
|
main-br: #9399b2;
|
|
input-bg: #181825;
|
|
select-bg: #9399b2;
|
|
select-fg: #11111b;
|
|
}
|