Projects/Usability/HIG/Color: Difference between revisions

From KDE TechBase
< Projects‎ | Usability‎ | HIG
(Merged Color and Color Set guidelines)
(HIG moved to community)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Purpose==
{{ Moved To Community | KDE_Visual_Design_Group/HIG/Color }}
Color is a basal quality in human perception. Color can be used for communication, it is a very efficient way to direct attention, and significance can be assigned to an object with color. However, color is a historical and cultural phenomenon, and is subject of continuous aesthetical changes. Furthermore, it should be taken into consideration that a rather high percentage of population has a perception disorder ranging from difficulties to discriminate between red and green to complete color blindness.
 
A consistent color set helps create a familiar visual language throughout the user interface.
 
==Guidelines==
[[File:VDGColors.png|frame|none|alt=Alt text|Visual design color set]]
* While the system color theme can be selected by the user, the color set (above) is used for the reference visual design of KDE Applications and Workspaces, and make up the default system color theme.
** Primary colors are used throughout the main interface of the applications and workspaces. '''Plasma Blue''' is used as the primary highlight color.
** Secondary colors are used sparingly as accents throughout the visual design.
** Where transparency is used (e.g. shadows) consider using the opacities listed.
* Avoid using color as a primary method of communication. Color is best used as secondary method to reinforce meaning visually.
* Ensure sufficient contrast between foreground and background colors.
* Consider accessibility for users with color vision deficiency (~5% population).
 
==Implementation==
* When implementing colors in your application, select the appropriate theme color or system color from the palette provided by the Qt or KDE Platform/Frameworks library. You can use the [http://kde-look.org/content/show.php/CheckColorRoles?content=90034 CheckColorRoles] theme to detect bugs regarding the use of system colors in your application.
* [http://api.kde.org/4.10-api/kdelibs-apidocs/kdeui/html/classKColorScheme.html KColorScheme] provides methods to pick readable colors based on the type of message to convey.
 
[[Category:Usability]][[Category: Presentation]][[Category:Layout]]

Latest revision as of 11:26, 4 August 2016

This page is now on the community wiki.