commit
e75502a604
1505 changed files with 20996 additions and 221 deletions
@ -1,2 +1,6 @@ |
||||
Cursors: |
||||
Ken Vermette <vermette@gmail.com> |
||||
|
||||
Kstyle: |
||||
Hugo Pereira Da Costa <hugo.pereira@free.fr> - Developer |
||||
Andrew Lake <jamboarder@gmail.com> - Designer |
||||
|
||||
@ -0,0 +1,105 @@ |
||||
[ColorEffects:Disabled] |
||||
Color=56,56,56 |
||||
ColorAmount=0 |
||||
ColorEffect=0 |
||||
ContrastAmount=0.65 |
||||
ContrastEffect=1 |
||||
IntensityAmount=0.1 |
||||
IntensityEffect=2 |
||||
|
||||
[ColorEffects:Inactive] |
||||
ChangeSelectionColor=true |
||||
Color=112,111,110 |
||||
ColorAmount=0.025 |
||||
ColorEffect=2 |
||||
ContrastAmount=0.1 |
||||
ContrastEffect=2 |
||||
Enable=false |
||||
IntensityAmount=0 |
||||
IntensityEffect=0 |
||||
|
||||
[Colors:Button] |
||||
BackgroundAlternate=77,77,77 |
||||
BackgroundNormal=49,54,59 |
||||
DecorationFocus=61,174,233 |
||||
DecorationHover=61,174,233 |
||||
ForegroundActive=61,174,233 |
||||
ForegroundInactive=189,195,199 |
||||
ForegroundLink=41,128,185 |
||||
ForegroundNegative=218,68,83 |
||||
ForegroundNeutral=246,116,0 |
||||
ForegroundNormal=239,240,241 |
||||
ForegroundPositive=39,174,96 |
||||
ForegroundVisited=127,140,141 |
||||
|
||||
[Colors:Selection] |
||||
BackgroundAlternate=29,153,243 |
||||
BackgroundNormal=61,174,233 |
||||
DecorationFocus=61,174,233 |
||||
DecorationHover=61,174,233 |
||||
ForegroundActive=252,252,252 |
||||
ForegroundInactive=239,240,241 |
||||
ForegroundLink=253,188,75 |
||||
ForegroundNegative=218,68,83 |
||||
ForegroundNeutral=246,116,0 |
||||
ForegroundNormal=239,240,241 |
||||
ForegroundPositive=39,174,96 |
||||
ForegroundVisited=189,195,199 |
||||
|
||||
[Colors:Tooltip] |
||||
BackgroundAlternate=77,77,77 |
||||
BackgroundNormal=49,54,59 |
||||
DecorationFocus=61,174,233 |
||||
DecorationHover=61,174,233 |
||||
ForegroundActive=61,174,233 |
||||
ForegroundInactive=189,195,199 |
||||
ForegroundLink=41,128,185 |
||||
ForegroundNegative=218,68,83 |
||||
ForegroundNeutral=246,116,0 |
||||
ForegroundNormal=239,240,241 |
||||
ForegroundPositive=39,174,96 |
||||
ForegroundVisited=127,140,141 |
||||
|
||||
[Colors:View] |
||||
BackgroundAlternate=49,54,59 |
||||
BackgroundNormal=35,38,41 |
||||
DecorationFocus=61,174,233 |
||||
DecorationHover=61,174,233 |
||||
ForegroundActive=61,174,233 |
||||
ForegroundInactive=189,195,199 |
||||
ForegroundLink=41,128,185 |
||||
ForegroundNegative=218,68,83 |
||||
ForegroundNeutral=246,116,0 |
||||
ForegroundNormal=239,240,241 |
||||
ForegroundPositive=39,174,96 |
||||
ForegroundVisited=127,140,141 |
||||
|
||||
[Colors:Window] |
||||
BackgroundAlternate=77,77,77 |
||||
BackgroundNormal=49,54,59 |
||||
DecorationFocus=61,174,233 |
||||
DecorationHover=61,174,233 |
||||
ForegroundActive=61,174,233 |
||||
ForegroundInactive=189,195,199 |
||||
ForegroundLink=41,128,185 |
||||
ForegroundNegative=218,68,83 |
||||
ForegroundNeutral=246,116,0 |
||||
ForegroundNormal=239,240,241 |
||||
ForegroundPositive=39,174,96 |
||||
ForegroundVisited=127,140,141 |
||||
|
||||
[General] |
||||
ColorScheme=Breeze Dark |
||||
Name=Breeze Dark |
||||
shadeSortColumn=true |
||||
|
||||
[KDE] |
||||
contrast=4 |
||||
|
||||
[WM] |
||||
activeBackground=49,54,59 |
||||
activeBlend=255,255,255 |
||||
activeForeground=239,240,241 |
||||
inactiveBackground=49,54,59 |
||||
inactiveBlend=75,71,67 |
||||
inactiveForeground=127,140,141 |
||||
@ -0,0 +1,3 @@ |
||||
Breeze Icon Theme has been developed by The KDE Visual Design Group. |
||||
|
||||
Main work for the icon theme: Uri Herrera |
||||
@ -0,0 +1,23 @@ |
||||
project(breeze-icons NONE) |
||||
|
||||
cmake_minimum_required(VERSION 2.8) |
||||
# include specific modules |
||||
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") |
||||
|
||||
if (WIN32) |
||||
set(ICON_INSTALL_DIR "share/icons" ) # The icon install dir (default ${SHARE_INSTALL_PREFIX}/share/icons/) |
||||
else (WIN32) |
||||
set(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share" ) |
||||
set(ICON_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/icons" ) |
||||
endif(WIN32) |
||||
|
||||
########### install files ############### |
||||
|
||||
set( breeze_icon_dark_dirs actions apps categories mimetypes places devices) |
||||
|
||||
|
||||
set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark) |
||||
install( DIRECTORY ${breeze_icon_dark_dirs} DESTINATION ${BREEZE_INSTALL_DIR} PATTERN "*.sh" EXCLUDE ) |
||||
install( FILES index.theme DESTINATION ${BREEZE_INSTALL_DIR}) |
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue