1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
# IrishDesktop colorset
# Written by: fromooze <fromooze@yahoo.es>
SetEnv Colorset_Name "IrishDesktop"
# What colorsets do we use?
Read $./colorset-definition
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# QuakeConsole, thumbnailed windows
Colorset $[infostore.cs_quakeconsole] \
Foreground "black", Background "black", \
Hilight "black", Shadow "black", \
IconAlpha 70
Colorset $[infostore.cs_panel_inactive] \
Foreground "white", Background "white", \
Tint "white" 0, RootTransparent, \
fgTint, IconAlpha, IconTint
Colorset $[infostore.cs_panel_active] \
Foreground "white", Background "darkgray", \
Hilight "darkgray", Shadow "darkgray", \
Tint "white" 30, RootTransparent
Colorset $[infostore.cs_panel_wininactive] \
Foreground "white", Background "white", \
Hilight "#cccccc", Shadow "#cccccc", \
Tint "white" 20, RootTransparent
Colorset $[infostore.cs_panel_winactive] \
Foreground "orange", Background "orange", \
Hilight "orange", Shadow "orange", \
Tint "darkgreen" 50, RootTransparent
Colorset $[infostore.cs_panel_border] \
Background "white"
Colorset $[infostore.cs_menu_inactive] \
Foreground "white", Background "white", \
Hilight "white", Shadow "white", \
Tint "white" 10, RootTransparent
Colorset $[infostore.cs_menu_active] \
Foreground "darkgreen", Background "orange", \
Hilight "darkgreen", Shadow "orange"
Colorset $[infostore.cs_icon_active] \
Foreground "white", Background "white", \
Hilight "white", Shadow "darkgray", \
RootTransparent
Colorset $[infostore.cs_transparent] Transparent, RootTransparent
Colorset $[infostore.cs_acpibatt_99] \
Foreground "white", Background "white", \
Tint "white" 0, RootTransparent, \
fgTint "white" 100, IconAlpha, IconTint
Colorset $[infostore.cs_acpibatt_74] \
Foreground "#0000ff", Background "white", \
Tint "white" 0, RootTransparent, \
fgTint "#0000ff" 100, IconAlpha, IconTint
Colorset $[infostore.cs_acpibatt_49] \
Foreground "#009900", Background "white", \
Tint "white" 0, RootTransparent, \
fgTint "#009900" 100, IconAlpha, IconTint
Colorset $[infostore.cs_acpibatt_24] \
Foreground "#ffff00", Background "white", \
Tint "white" 0, RootTransparent, \
fgTint "#ffff00" 100, IconAlpha, IconTint
Colorset $[infostore.cs_acpibatt_12] \
Foreground "#ff4400", Background "white", \
Tint "white" 0, RootTransparent, \
fgTint "#ff4400" 100, IconAlpha, IconTint
Colorset $[infostore.cs_acpibatt_0] \
Foreground "#ff0000", Background "white", \
Tint "white" 0, RootTransparent, \
fgTint "#ff0000" 100, IconAlpha, IconTint
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Additional variables
SetEnv ThumbBorderColor "gray"
SetEnv ExternalFontColor "gray40"
SetEnv TrayerTint "0xFFFFFF"
SetEnv TrayerAlpha "256"
|