/** * Copyright (c) 2017 Vlasta Vesely * * This file is part of Raleigh Reloaded GTK theme. * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. * * This program 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 this program. If not, see . */ /* Default color scheme */ @define-color theme_base_color #97a09b; @define-color theme_bg_color #a9aba8; @define-color theme_fg_color #000000; @define-color theme_selected_bg_color #3d808f; @define-color theme_selected_fg_color #000000; @define-color theme_tooltip_bg_color #d0cb96; @define-color theme_tooltip_fg_color #000000; @define-color theme_text_color #000000; @define-color theme_unfocused_fg_color #555555; @define-color insensitive_fg_color #393b39; @define-color link_color #3d808f; @define-color theme_info_bg_color #a7c6e1; @define-color theme_warning_bg_color #fcaf3e; @define-color theme_error_bg_color #f03838; @define-color button_bg_color #97a09b; @import url("gtk-widgets.css"); @import url("mate-applications.css"); @import url("xfce-applications.css"); @import url("other-applications.css");