Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created March 6, 2014 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirrusUK/9398168 to your computer and use it in GitHub Desktop.
Save cirrusUK/9398168 to your computer and use it in GitHub Desktop.
file which determines colours used in finch ~/.gntrc
[Finch]
color-available = yellow; default
color-away = green; default
color-idle = green; default
color-offline = darkgray; default
color-message-sent = green; default
color-message-received = green; default
color-message-highlight = red; default
color-message-action = green; default
color-timestamp = blue; default
#See below for details on color
[general]
shadow = 0
# There is experimental mouse support
mouse = 1
# To use some custom window-manager
wm = /usr/local/lib/gnt/s.so
# There's also a custom window manager called irssi.so
# Remember window-positions based on the titles (on by default)
remember_position = 1
# Use borderless one-line high buttons
small-button = true
[colors]
# The RGB values range in [0, 1000]
black = 0; 0; 0
red = 1000; 0; 0
green = 0; 1000; 0
blue = 250; 550; 700
white = 1000; 1000; 1000
gray = 700; 700; 700
darkgray = 256; 256; 256
[colorpairs]
normal = green; default
highlight = green; default
highlightd = red; default
shadow = black; default
title = red; default
titled = green; default
text = green; blue
disabled = gray; black
urgent = red; black
# Completely ignore the key 'q'
q =
[GntWM::binding]
c-r = start-resize
#c-m = start-move
c-n = window-next
c-p = window-prev
c-c = window-close
c-w = window-list
c-a = action-list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment