Skip to content

Instantly share code, notes, and snippets.

@rosshadden
Created August 5, 2014 13:37
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 rosshadden/c052974d2a729bb53546 to your computer and use it in GitHub Desktop.
Save rosshadden/c052974d2a729bb53546 to your computer and use it in GitHub Desktop.
[Finch]
mouse = 1
color-available = green; black
color-away = blue; black
color-idle = gray; black
color-offline = red; black
color-message-sent = cyan; default
color-message-received = red; default
color-message-highlight = black; green
color-message-action = yellow; default
color-timestamp = blue; default
#See below for details on color
# To use some custom window-manager
#wm = /usr/lib/gnt/s.so
wm = /usr/lib/gnt/irssi.so
[general]
shadow = 0
# There is experimental mouse support
mouse = 1
# Remember window-positions based on the titles (on by default)
remember_position = 1
# Use borderless one-line high buttons
small-button = true
## Workspaces are created simply by adding Workspace-X groups as follows:
#[Workspace-1]
#name = blist
## window-names specifies that windows with these semi-colon separated names are placed into this workspace
#window-names = buddylist;debug-window
#
#[Workspace-2]
#name = IM
#window-names = conversation-window
## window-titles specifies that windows with these semi-colon separated titles are placed into this workspace. These are matched as substrings. Window titles take precedence over names.
#window-titles = Preferences;Pounce
[GntEntry::remap]
[GntWM::binding]
a-l = window-next
a-h = window-prev
a-r = refresh-screen
[GntWidget::binding]
[Irssi::binding]
a-L = move-right
a-H = move-left
a-J = move-down
a-K = move-up
[colors]
# The RGB values range in [0, 1000]
black = 0; 0; 0
red = 1000; 0; 0
green = 0; 1000; 0
blue = 250; 250; 700
white = 1000; 1000; 1000
gray = 700; 700; 700
darkgray = 878; 871; 890
[colorpairs]
normal = white; transparent
highlight = white; blue
highlightd = black; gray
shadow = black; darkgray
title = black; red
titled = white; gray
text = red; darkgray
disabled = gray; black
urgent = green; black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment