# To ~/.gtkrc-2.0

gtk-can-change-accels = 1

### Theme and icons
gtk-icon-theme-name = "Pop"
gtk-theme-name = "Pop-dark"
gtk-icon-sizes="gtk-menu=16,16:\
                gtk-button=16,16:\
                gtk-small-toolbar=16,16:\
                gtk-large-toolbar=16,16:\
                gtk-dnd=16,16:\
                gtk-dialog=16,16"
gtk-toolbar-style = GTK_TOOLBAR_ICONS
gtk-cursor-theme = "Pop-os"
gtk-font-name = "Sans 11"

### Font
#style "user-font"
#{
#    font_name = "Terminus 12"
#}
#widget_class "*" style "user-font"

style "user-font"
{
    font_name="Sans 11"
}
widget_class "*" style "user-font"





style "city_label"
{
    font_name = "Monospace 12"
}

style "notify_label"
{
    font_name = "Monospace Bold 12"
}

style "spaceship_label"
{
    font_name = "Monospace 12"
}

style "help_label"
{
    font_name = "Sans Bold 11"
#    fg[PRELIGHT] = "red"
#    fg[ACTIVE] = "red"
#    fg[NORMAL] = "red"
#    fg[INSENSITIVE] = "red"
}

style "help_link"
{
    font_name = "Sans 11"
#    fg[PRELIGHT] = "blue"
#    fg[ACTIVE] = "blue"
#    fg[NORMAL] = "blue"
#    fg[INSENSITIVE] = "blue"
}

style "help_text"
{
    font_name = "Monospace 12"
#    bg[NORMAL] = { 0.9, 0.9, 0.9 }
#    base[NORMAL] = { 0.9, 0.9, 0.9 }
#    text[NORMAL] = "black"
}


style "chatline"
{
font_name = "Monospace 12"
#    base[NORMAL] = "white"
#    text[NORMAL] = "black"
#    base[INSENSITIVE] = "white"
#    text[INSENSITIVE] = "black"
}

style "beta_label"
{
    font_name = "Sans Italic 11"
#    fg[NORMAL] = "red"
#    fg[PRELIGHT] = "red"
}

style "small_font"
{
    font_name = "Sans 11"
}

style "comment_label"
{
    font_name = "Sans Italic 11"
}

style "city_names_font"
{
    font_name = "Sans Bold 12"
}

style "city_productions_font"
{
    font_name = "Serif 12"
}

style "tooltips"
{
    font_name = "Monospace 12"
}

widget "Freeciv*.city label" style "city_label"
widget "Freeciv*.notify label" style "notify_label"
widget "Freeciv*.spaceship label" style "spaceship_label"
widget "Freeciv*.help label" style "help_label"
widget "Freeciv*.help link" style "help_link"
widget "Freeciv*.help text" style "help_text"
widget "Freeciv*.chatline" style "chatline"
widget "Freeciv*.beta label" style "beta_label"
widget "Freeciv*.small font" style "small_font"
widget "Freeciv*.comment label" style "comment_label"
widget "Freeciv*.city names" style "city_names_font"
widget "Freeciv*.city productions" style "city_productions_font"
widget "gtk-tooltips*.*" style "tooltips"