; *****************************************************************************
; eMule Skin Template
; *****************************************************************************
;
; Hint: If you start creating and customizing a skin you may want instantly
; see the changes you made to the skin profile. While a skin is not
; automatically reloaded once it has changed, there is though a short cut for
; reloading an already loaded skin.
;
; Right Click on the Main Toolbar while holding down the Ctrl-Key will
; reload the currently loaded skin and any changes made to the skin will
; be applied.
[Colors]
; *****************************************************************************
; Specifying colors for controls
; *****************************************************************************
;
; For the following controls one can specify the background, foreground and
; highlight color.
;
; Syntax:
; -------
;
; Bk = , , ... Background color (RGB)
; Fg = , , ... Foreground/text color (RGB)
; Hl = , , ... Highlight color (RGB)
;
; ... Keyword of the control (case insensitive)
; ....... Red color in decimal, hexdecimal or octal notation
; ..... Green color in decimal, hexdecimal or octal notation
; ...... Blue color in decimal, hexdecimal or octal notation
;
; Examples:
; ---------
;
; ServersLvBk = 245,255,245
; ServersLvFg = 255, 30, 30
; DownloadsLvBk=0xff,0xf5,0xf5
; Default listview colors; if no other listview colors (see list below) are
; specified, those default listview colors will be used.
DefLvBk =
DefLvFg =
DefLvHl =
; Server window / Servers list
ServersLvBk =
ServersLvFg =
ServersLvHl =
; Search window / Search Results
SearchResultsLvBk =
SearchResultsLvFg =
SearchResultsLvHl =
SearchResultsLvFg_Downloading =
SearchResultsLvFg_DownloadStopped =
SearchResultsLvFg_Sharing =
SearchResultsLvFg_Known =
SearchResultsLvFg_AvblyBase =
; Transfer window / Downloads list
DownloadsLvBk =
DownloadsLvFg =
DownloadsLvHl =
; Transfer window / Uploads list
UploadsLvBk =
UploadsLvFg =
UploadsLvHl =
; Transfer window / Queued Clients list
QueuedLvBk =
QueuedLvFg =
QueuedLvHl =
; Transfer window / Known Clients list
ClientsLvBk =
ClientsLvFg =
ClientsLvHl =
; Message window / Friends list
FriendsLvBk =
FriendsLvFg =
FriendsLvHl =
; IRC window / Nicks list
IRCNicksLvBk =
IRCNicksLvFg =
IRCNicksLvHl =
; IRC window / Channels list
IRCChannelsLvBk =
IRCChannelsLvFg =
IRCChannelsLvHl =
; IRC window / status, channel windows
;IRCChannelFg =
IRCChannelBk =
;