#gtk-toolbar-style = icons
#gtk-toolbar-style = text
#gtk-toolbar-style = both

#gtk-toolbar-icon-size = small-toolbar
#gtk-toolbar-icon-size = large-toolbar


# Description below is just an example.

style "ochusha-default-style"
{
  font_name="MS UI Gothic 12"

  ThreadlistView::fg_normal = ""
  ThreadlistView::fg_emph = "red"
  ThreadlistView::fg_strong = ""
  ThreadlistView::fg_hidden = "gray75"
  ThreadlistView::bg_normal = ""
  ThreadlistView::bg_emph = "lavender"
  ThreadlistView::bg_strong = "#ffe0e0"
  ThreadlistView::bg_hidden = ""

  BoardlistView::fg_normal = ""
  BoardlistView::fg_hidden = "gray75"
  BoardlistView::bg_normal = ""
  BoardlistView::bg_hidden = ""
}


style "ochusha-text-style"
{
  font_name="MS PGothic 15"
}

#class "GtkWidget" style "ochusha-default-style"
#class "GtkTextView" style "ochusha-text-style"
#widget "*.mybookmark.GtkLabel" style "ochusha-text-style"


binding "ochusha-text-binding"
{
  bind "<ctrl>b" { "move-cursor" (logical-positions, -1, 0) }
  bind "<ctrl>f" { "move-cursor" (logical-positions, 1, 0) }
  bind "<ctrl>p" { "move-cursor" (display-lines, -1, 0) }
  bind "<ctrl>n" { "move-cursor" (display-lines, 1, 0) }
  bind "<alt>v"  { "move-cursor" (pages, -1, 0) }
  bind "<ctrl>v" { "move-cursor" (pages, 1, 0) }
}


binding "ochusha-thread-view-binding"
{
  bind "<alt>v"  { "scroll_view" (page-backward) }
  bind "<ctrl>v" { "scroll_view" (page-forward) }
}


#class "GtkTextView" binding "ochusha-text-binding"
#class "BBSThreadView" binding "ochusha-thread-view-binding"
