##################################################################
#
# This is the scum configuration file
# key bindings, colors and syntax-highlighting themes can be defined here
# when you are done editing save the file and then press ctrl+t to
# update the changes!
#
#
# GUI widget options:
#   header - the attributes of the top bar
#   footer - the attributes of the bottom bar
#   focus - the attributes of the current focused item in openfile window
#   key - the attrbutes of the highlighted parts of the top bar
#   selected - attributes of the currently opened tab indicator
##################################################################

# Key-bindings
open:       ctrl o
save:       ctrl s
find:       ctrl f
undo:       ctrl q
delline:    ctrl d
prevtab:    meta page up
nexttab:    meta page down
closetab:   ctrl w
terminal:   ctrl g
linenum:    ctrl n
layout:     f1
config:     f5
exit:       ctrl x

# syntax style
style:      emacs

# gui colors
# format -> widget:foreground,background,extra

header:white,dark gray,bold
footer:white,dark gray,bold
focus:light gray,dark blue,bold
key:white,dark blue,bold
selected:white,dark blue,bold
