dotfiles/polybar/themes/desert.ini
Freyja Wildes 856d3c0ccf [i3][polybar] Common .xinitrc to start i3, documentation and polybar configuration
- .xinitrc is setup to be generic enough to be used on all machines
- We use Polybar. Base configuration with first theme _desert_
- Add README files to document use and configuration of specifics on
  systems
2025-06-04 06:32:21 +02:00

26 lines
687 B
INI

[colors/desert]
orange-dark = #544225
orange-light = #deb274
orange-vivid = #ffa50a
red-dark = #640a00
red-light = #cd5c5c
#red-vivid = #dc3232
red-vivid = #ff3224
green-light = #96b410
green-vivid = #69db18
blue-vivid = #8f82f0
darker = #191919
dark = #282828
light = #d9d8d8
[colors]
background = ${colors/desert.dark}
foreground = ${colors/desert.orange-light}
foreground-alt = ${colors/desert.orange-vivid}
urgent = ${colors/desert.red-vivid}
alert-background = ${colors/desert.red-dark}
alert-foreground = ${colors/desert.red-light}
warning = ${colors/desert.orange-vivid}
function-background = ${colors/desert.orange-dark}
function-foreground = ${colors/desert.orange-vivid}