
- .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
26 lines
687 B
INI
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}
|
|
|