paper-gtk-theme/Paper/gtk-2.0/gtkrc

46 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-03-16 19:06:39 +01:00
# Copyright 2016 Sam Hewitt.
2014-12-13 18:48:16 +01:00
#
# This file is part of the Paper GTK theme.
#
# The Paper GTK theme is free software: you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# The Paper GTK theme is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
# Paper GTK2 Theme
2016-05-25 16:27:25 +02:00
# Text/base colors
2016-05-25 22:54:58 +02:00
gtk-color-scheme = "text_color:#333333\nbase_color:white"
2016-05-25 16:27:25 +02:00
# Foreground/background colors
2016-05-25 22:54:58 +02:00
gtk-color-scheme = "fg_color:#4d4d4d\nbg_color:#ececec"
2016-05-25 16:27:25 +02:00
# Selected foreground/background colors
gtk-color-scheme = "selected_fg_color:#ffffff\nselected_bg_color:#607d8b"
# Tooltip colors
2016-05-25 22:54:58 +02:00
gtk-color-scheme = "tooltip_fg_color:#4d4d4d\ntooltip_bg_color:#ffffff"
2016-05-25 16:27:25 +02:00
# Window colors
gtk-color-scheme = "wm_color:#546e7a\nunfocused_wm_color:#5A6367"
2014-12-13 18:48:16 +01:00
gtk-auto-mnemonics = 1
gtk-primary-button-warps-slider = 1
2016-05-25 16:27:25 +02:00
include "main.rc"
# App stylings
include "apps/chrome.rc"
include "apps/eclipse.rc"
include "apps/firefox.rc"
include "apps/gimp.rc"
include "apps/libreoffice.rc"
include "apps/panel.rc"
include "apps/terminal.rc"
include "apps/thunar.rc"
include "apps/xchat.rc"
include "apps/xfce.rc"