Skip to content

Instantly share code, notes, and snippets.

@tkjaergaard
Created June 17, 2013 23:06
Show Gist options
  • Select an option

  • Save tkjaergaard/5801298 to your computer and use it in GitHub Desktop.

Select an option

Save tkjaergaard/5801298 to your computer and use it in GitHub Desktop.
# All colors must be in the form of '#rrggbb' or '#rgb'.
# You cannot use color names.
log-view:
nickname-format: '%n'
input-text:
font-family: 'Lucida Grande, Tahoma, Verdana, Arial, sans-serif'
font-size: 11.0
background-color: '#232323'
color: '#ffffff'
member-list:
font-family: 'Lucida Grande, Tahoma, Verdana, Arial, sans-serif'
font-size: 11.0
color: '#77ad98'
background-color: '#232323'
operator:
color: '#43d49c'
selected:
color: '#d85050'
background:
# gradient
top-line-color: '#222'
bottom-line-color: '#222'
top-color: '#222'
bottom-color: '#222'
server-tree:
font-family: 'Lucida Grande, Tahoma, Verdana, Arial, sans-serif'
font-size: 11.0
background-color: '#232323'
highlight:
color: '#d85050'
newtalk:
color: '#d85050'
unread:
color: '#d85050'
normal:
active:
color: '#888'
inactive:
color: '#5e5960'
selected:
active:
color: '#C0C0C0'
inactive:
color: '#7c767e'
background:
# gradient
top-line-color: '#222'
bottom-line-color: '#222'
top-color: '#222'
bottom-color: '#222'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment