gtkrc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Based on Bridge by ScionicSpectre and Adwaita by GNOME
  2. # vim:set ts=2 sw=2 sts=2 ai et:
  3. #
  4. # This is the GTK+ 2 version of Fleon. It's whole purpose is to look as the
  5. # GTK+ 3 version as much as possible until GTK+ 2 dies completely.
  6. #
  7. # Note: comments for explaining styles are on the bottom of each file beside the
  8. # widget matches.
  9. # Declare the colours used throughout the theme.
  10. # There shouldn't be any fiddling with them in the theme files themselves in
  11. # order to not mess up the dark theme.
  12. # Text/base
  13. gtk-color-scheme = "text_color:#EDFEFE\nbase_color:#373E4D"
  14. # Foreground/background
  15. gtk-color-scheme = "fg_color:#EDFEFE\nbg_color:#373E4D"
  16. # Selected foreground/background
  17. gtk-color-scheme = "selected_fg_color:#EDFEFE\nselected_bg_color:#63C5EA"
  18. # Titlebar foreground/background
  19. gtk-color-scheme = "titlebar_fg_color:#EDFEFE\ntitlebar_bg_color:#373E4D"
  20. # Tooltips foreground/background
  21. gtk-color-scheme = "tooltip_fg_color:#EDFEFE\ntooltip_bg_color:#3B4252"
  22. # Links
  23. gtk-color-scheme = "link_color:#63C5EA\nvisited_link_color:#51A1BF"
  24. # Set GTK settings
  25. gtk-auto-mnemonics = 1
  26. gtk-primary-button-warps-slider = 1
  27. # And hand over the control to the theme files
  28. include "main.rc"
  29. include "apps.rc"
  30. include "hacks.rc"