gtkrc 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Copyright 2016 Peter Cornelis.
  2. #
  3. # This file is part of the EvoPop GTK theme.
  4. #
  5. # Authors:
  6. # Sam Hewitt <sam@snwh.org>
  7. # Peter Cornelis <poltertec@gmail.com>
  8. #
  9. # The EvoPop GTK theme is free software: you can redistribute it
  10. # and/or modify it under the terms of the GNU General Public License as
  11. # published by the Free Software Foundation, either version 3 of the
  12. # License, or (at your option) any later version.
  13. #
  14. # The EvoPop GTK theme is distributed in the hope that it will be
  15. # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  17. # Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License along
  20. # with the EvoPop GTK theme. If not, see http://www.gnu.org/licenses/.
  21. # ==============================================================================
  22. # EvoPop GTK2 THEME
  23. # ==============================================================================
  24. # Text/base colors
  25. gtk-color-scheme = "text_color:#f8f8f2\nbase_color:#282a36"
  26. # Foreground/background colors
  27. gtk-color-scheme = "fg_color:#f8f8f2\nbg_color:#1e1f29"
  28. # Selection colors
  29. gtk-color-scheme = "selected_fg_color:#f8f8f2\nselected_bg_color:#6E5991"
  30. # Tooltip colors
  31. gtk-color-scheme = "tooltip_fg_color:#f8f8f2\ntooltip_bg_color:#46474F"
  32. # Window colors
  33. gtk-color-scheme = "wm_color:#31363d\nunfocused_wm_color:#31363d"
  34. # Panel colors
  35. gtk-color-scheme = "panel_bg_color:#46474F\npanel_fg_color:#f8f8f2"
  36. # Dark Theme - Text/base colors
  37. gtk-color-scheme = "dark_text_color:#f8f8f2\ndark_base_color:#282a36"
  38. # Dark Theme - Foreground/background colors
  39. gtk-color-scheme = "dark_fg_color:#f8f8f2\ndark_bg_color:#1e1f29"
  40. gtk-auto-mnemonics = 1
  41. gtk-primary-button-warps-slider = 1
  42. include "main.rc"
  43. # App stylings
  44. include "apps/chrome.rc"
  45. include "apps/gimp.rc"
  46. include "apps/libreoffice.rc"
  47. include "apps/terminal.rc"
  48. include "apps/thunar.rc"
  49. include "apps/xfce.rc"