20 lines
461 B
INI
20 lines
461 B
INI
[colors]
|
|
background= ${xrdb:background}
|
|
foreground= ${xrdb:foreground}
|
|
black= ${xrdb:color0}
|
|
grey= ${xrdb:color8}
|
|
red= ${xrdb:color1}
|
|
lightred= ${xrdb:color9}
|
|
green= ${xrdb:color2}
|
|
lightgreen= ${xrdb:color10}
|
|
yellow= ${xrdb:color3}
|
|
lightyellow= ${xrdb:color11}
|
|
blue= ${xrdb:color4}
|
|
lightblue= ${xrdb:color12}
|
|
magenta= ${xrdb:color5}
|
|
lightmagenta= ${xrdb:color13}
|
|
cyan= ${xrdb:color6}
|
|
lightcyan= ${xrdb:color14}
|
|
lightgrey= ${xrdb:color7}
|
|
white= ${xrdb:color15}
|
|
|