Lines Matching refs:Palette

94         _activeShadowConfiguration( Palette::Active ),  in QtSettings()
95 _inactiveShadowConfiguration( Palette::Inactive ), in QtSettings()
606 …_palette.setColor( Palette::Active, Palette::Window, ColorUtils::Rgba::fromKdeOption( _kdeGlobals.… in loadKdePalette()
607 …_palette.setColor( Palette::Active, Palette::WindowText, ColorUtils::Rgba::fromKdeOption( _kdeGlob… in loadKdePalette()
609 …_palette.setColor( Palette::Active, Palette::Button, ColorUtils::Rgba::fromKdeOption( _kdeGlobals.… in loadKdePalette()
610 …_palette.setColor( Palette::Active, Palette::ButtonText, ColorUtils::Rgba::fromKdeOption( _kdeGlob… in loadKdePalette()
612 …_palette.setColor( Palette::Active, Palette::Selected, ColorUtils::Rgba::fromKdeOption( _kdeGlobal… in loadKdePalette()
613 …_palette.setColor( Palette::Active, Palette::SelectedText, ColorUtils::Rgba::fromKdeOption( _kdeGl… in loadKdePalette()
615 …_palette.setColor( Palette::Active, Palette::Tooltip, ColorUtils::Rgba::fromKdeOption( _kdeGlobals… in loadKdePalette()
616 …_palette.setColor( Palette::Active, Palette::TooltipText, ColorUtils::Rgba::fromKdeOption( _kdeGlo… in loadKdePalette()
618 …_palette.setColor( Palette::Active, Palette::Focus, ColorUtils::Rgba::fromKdeOption( _kdeGlobals.g… in loadKdePalette()
619 …_palette.setColor( Palette::Active, Palette::Hover, ColorUtils::Rgba::fromKdeOption( _kdeGlobals.g… in loadKdePalette()
621 …_palette.setColor( Palette::Active, Palette::Base, ColorUtils::Rgba::fromKdeOption( _kdeGlobals.ge… in loadKdePalette()
622 …_palette.setColor( Palette::Active, Palette::BaseAlternate, ColorUtils::Rgba::fromKdeOption( _kdeG… in loadKdePalette()
623 …_palette.setColor( Palette::Active, Palette::Text, ColorUtils::Rgba::fromKdeOption( _kdeGlobals.ge… in loadKdePalette()
624 …_palette.setColor( Palette::Active, Palette::NegativeText, ColorUtils::Rgba::fromKdeOption( _kdeGl… in loadKdePalette()
626 …_palette.setColor( Palette::Active, Palette::ActiveWindowBackground, ColorUtils::Rgba::fromKdeOpti… in loadKdePalette()
627 …_palette.setColor( Palette::Active, Palette::InactiveWindowBackground, ColorUtils::Rgba::fromKdeOp… in loadKdePalette()
630 const ColorUtils::Effect disabledEffect( Palette::Disabled, _kdeGlobals ); in loadKdePalette()
631 const ColorUtils::Effect inactiveEffect( Palette::Inactive, _kdeGlobals ); in loadKdePalette()
635 …_palette.generate( Palette::Active, Palette::Inactive, inactiveEffect, _inactiveChangeSelectionCol… in loadKdePalette()
636 _palette.generate( Palette::Active, Palette::Disabled, disabledEffect ); in loadKdePalette()
660 _palette.setGroup( Palette::Active ); in generateGtkColors()
664 …oCurrentSection( Gtk::RCOption<std::string>( " bg[NORMAL]", _palette.color( Palette::Window ) ) ); in generateGtkColors()
665 …urrentSection( Gtk::RCOption<std::string>( " bg[PRELIGHT]", _palette.color( Palette::Window ) ) ); in generateGtkColors()
666 …oCurrentSection( Gtk::RCOption<std::string>( " bg[ACTIVE]", _palette.color( Palette::Window ) ) ); in generateGtkColors()
668 …rentSection( Gtk::RCOption<std::string>( " bg[SELECTED]", _palette.color( Palette::Selected ) ) ); in generateGtkColors()
669 …entSection( Gtk::RCOption<std::string>( " bg[INSENSITIVE]", _palette.color( Palette::Window ) ) ); in generateGtkColors()
671 …rentSection( Gtk::RCOption<std::string>( " fg[NORMAL]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
672 …rentSection( Gtk::RCOption<std::string>( " fg[ACTIVE]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
673 …ntSection( Gtk::RCOption<std::string>( " fg[PRELIGHT]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
674 …ntSection( Gtk::RCOption<std::string>( " fg[SELECTED]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
675 …k::RCOption<std::string>( " fg[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::WindowT… in generateGtkColors()
677 …oCurrentSection( Gtk::RCOption<std::string>( " base[NORMAL]", _palette.color( Palette::Base ) ) ); in generateGtkColors()
679 … Gtk::RCOption<std::string>( " base[ACTIVE]", _palette.color( Palette::Inactive, Palette::Selecte… in generateGtkColors()
680 …urrentSection( Gtk::RCOption<std::string>( " base[PRELIGHT]", _palette.color( Palette::Base ) ) ); in generateGtkColors()
681 …ntSection( Gtk::RCOption<std::string>( " base[SELECTED]", _palette.color( Palette::Selected ) ) ); in generateGtkColors()
682 …:RCOption<std::string>( " base[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::Base ) … in generateGtkColors()
684 …oCurrentSection( Gtk::RCOption<std::string>( " text[NORMAL]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
686 …oCurrentSection( Gtk::RCOption<std::string>( " text[ACTIVE]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
687 …ntSection( Gtk::RCOption<std::string>( " text[ACTIVE]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
689 …urrentSection( Gtk::RCOption<std::string>( " text[PRELIGHT]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
690 …Section( Gtk::RCOption<std::string>( " text[SELECTED]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
691 …:RCOption<std::string>( " text[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::Text ) … in generateGtkColors()
696 …oCurrentSection( Gtk::RCOption<std::string>( " bg[NORMAL]", _palette.color( Palette::Button ) ) ); in generateGtkColors()
697 …oCurrentSection( Gtk::RCOption<std::string>( " bg[ACTIVE]", _palette.color( Palette::Button ) ) ); in generateGtkColors()
698 …urrentSection( Gtk::RCOption<std::string>( " bg[PRELIGHT]", _palette.color( Palette::Button ) ) ); in generateGtkColors()
699 …k::RCOption<std::string>( " bg[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::Button … in generateGtkColors()
700 …rentSection( Gtk::RCOption<std::string>( " fg[NORMAL]", _palette.color( Palette::ButtonText ) ) ); in generateGtkColors()
701 …rentSection( Gtk::RCOption<std::string>( " fg[ACTIVE]", _palette.color( Palette::ButtonText ) ) ); in generateGtkColors()
702 …ntSection( Gtk::RCOption<std::string>( " fg[PRELIGHT]", _palette.color( Palette::ButtonText ) ) ); in generateGtkColors()
703 …k::RCOption<std::string>( " fg[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::ButtonT… in generateGtkColors()
713 …ntSection( Gtk::RCOption<std::string>( " text[NORMAL]", _palette.color( Palette::ButtonText ) ) ); in generateGtkColors()
714 …ntSection( Gtk::RCOption<std::string>( " text[ACTIVE]", _palette.color( Palette::ButtonText ) ) ); in generateGtkColors()
715 …Section( Gtk::RCOption<std::string>( " text[PRELIGHT]", _palette.color( Palette::ButtonText ) ) ); in generateGtkColors()
716 …:RCOption<std::string>( " text[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::ButtonT… in generateGtkColors()
721 …rentSection( Gtk::RCOption<std::string>( " fg[NORMAL]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
722 …rentSection( Gtk::RCOption<std::string>( " fg[ACTIVE]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
723 …ntSection( Gtk::RCOption<std::string>( " fg[PRELIGHT]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
724 …k::RCOption<std::string>( " fg[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::WindowT… in generateGtkColors()
729 …ntSection( Gtk::RCOption<std::string>( " text[NORMAL]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
730 …ntSection( Gtk::RCOption<std::string>( " text[ACTIVE]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
731 …Section( Gtk::RCOption<std::string>( " text[PRELIGHT]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
732 …:RCOption<std::string>( " text[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::WindowT… in generateGtkColors()
738 …oCurrentSection( Gtk::RCOption<std::string>( " text[NORMAL]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
739 …rentSection( Gtk::RCOption<std::string>( " fg[NORMAL]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
744 …urrentSection( Gtk::RCOption<std::string>( " text[PRELIGHT]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
745 …Section( Gtk::RCOption<std::string>( " text[SELECTED]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
746 …ntSection( Gtk::RCOption<std::string>( " text[ACTIVE]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
747 …ntSection( Gtk::RCOption<std::string>( " fg[PRELIGHT]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
748 …ntSection( Gtk::RCOption<std::string>( " fg[SELECTED]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
749 …rentSection( Gtk::RCOption<std::string>( " fg[ACTIVE]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
753 …urrentSection( Gtk::RCOption<std::string>( " text[PRELIGHT]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
754 …urrentSection( Gtk::RCOption<std::string>( " text[SELECTED]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
755 …oCurrentSection( Gtk::RCOption<std::string>( " text[ACTIVE]", _palette.color( Palette::Text ) ) ); in generateGtkColors()
756 …ntSection( Gtk::RCOption<std::string>( " fg[PRELIGHT]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
757 …ntSection( Gtk::RCOption<std::string>( " fg[SELECTED]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
758 …rentSection( Gtk::RCOption<std::string>( " fg[ACTIVE]", _palette.color( Palette::WindowText ) ) ); in generateGtkColors()
767 …Section( Gtk::RCOption<std::string>( " text[PRELIGHT]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
768 …ntSection( Gtk::RCOption<std::string>( " fg[PRELIGHT]", _palette.color( Palette::SelectedText ) )… in generateGtkColors()
774 …dToCurrentSection( Gtk::RCOption<std::string>( " bg[NORMAL]", _palette.color( Palette::Base ) ) ); in generateGtkColors()
775 …k::RCOption<std::string>( " bg[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::Base ) … in generateGtkColors()
776 …:RCOption<std::string>( " base[INSENSITIVE]", _palette.color( Palette::Disabled, Palette::Base ) … in generateGtkColors()
786 …CurrentSection( Gtk::RCOption<std::string>( " bg[NORMAL]", _palette.color( Palette::Tooltip ) ) ); in generateGtkColors()
787 …rentSection( Gtk::RCOption<std::string>( " fg[NORMAL]", _palette.color( Palette::TooltipText ) ) … in generateGtkColors()
797 … Gtk::RCOption<std::string>( " ChromeGtkFrame::frame-color", _palette.color( Palette::Window ) ) ); in generateGtkColors()
798 …ption<std::string>( " ChromeGtkFrame::inactive-frame-color", _palette.color( Palette::Window ) ) ); in generateGtkColors()