mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
Themes: Add Cupertino theme
This theme is used to showcase the new features.
This commit is contained in:
parent
8a1d77f65c
commit
8489388e75
6 changed files with 88 additions and 0 deletions
BIN
Base/res/icons/themes/Cupertino/16x16/window-close-modified.png
Normal file
BIN
Base/res/icons/themes/Cupertino/16x16/window-close-modified.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 B |
BIN
Base/res/icons/themes/Cupertino/16x16/window-close.png
Normal file
BIN
Base/res/icons/themes/Cupertino/16x16/window-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 B |
BIN
Base/res/icons/themes/Cupertino/16x16/window-maximize.png
Normal file
BIN
Base/res/icons/themes/Cupertino/16x16/window-maximize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 B |
BIN
Base/res/icons/themes/Cupertino/16x16/window-minimize.png
Normal file
BIN
Base/res/icons/themes/Cupertino/16x16/window-minimize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 337 B |
BIN
Base/res/icons/themes/Cupertino/16x16/window-restore.png
Normal file
BIN
Base/res/icons/themes/Cupertino/16x16/window-restore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 B |
88
Base/res/themes/Cupertino.ini
Normal file
88
Base/res/themes/Cupertino.ini
Normal file
|
@ -0,0 +1,88 @@
|
||||||
|
[Colors]
|
||||||
|
DesktopBackground=#55bff0
|
||||||
|
Accent=#55bff0
|
||||||
|
ActiveWindowBorder1=#212121
|
||||||
|
ActiveWindowBorder2=#212121
|
||||||
|
ActiveWindowTitle=#fcfcfc
|
||||||
|
ActiveWindowTitleStripes=#363636
|
||||||
|
InactiveWindowBorder1=#212121
|
||||||
|
InactiveWindowBorder2=#212121
|
||||||
|
InactiveWindowTitle=#fcfcfc
|
||||||
|
InactiveWindowTitleStripes=#212121
|
||||||
|
MovingWindowBorder1=#212121
|
||||||
|
MovingWindowBorder2=#212121
|
||||||
|
MovingWindowTitle=#fcfcfc
|
||||||
|
MovingWindowTitleStripes=#363636
|
||||||
|
HighlightWindowBorder1=#a10d0d
|
||||||
|
HighlightWindowBorder2=#fabbbb
|
||||||
|
HighlightWindowTitle=white
|
||||||
|
HighlightWindowTitleShadow=#600707
|
||||||
|
HighlightWindowTitleStripes=#a10d0d
|
||||||
|
HighlightSearching=#ffff00
|
||||||
|
HighlightSearchingText=white
|
||||||
|
MenuBase=#212121
|
||||||
|
MenuBaseText=#fcfcfc
|
||||||
|
MenuStripe=#212121
|
||||||
|
MenuSelection=#363636
|
||||||
|
MenuSelectionText=#fcfcfc
|
||||||
|
Window=#292929
|
||||||
|
WindowText=#fcfcfc
|
||||||
|
Button=#212121
|
||||||
|
ButtonText=#fcfcfc
|
||||||
|
Base=#292929
|
||||||
|
BaseText=#fcfcfc
|
||||||
|
ThreedHighlight=#363636
|
||||||
|
ThreedShadow1=#363636
|
||||||
|
ThreedShadow2=#363636
|
||||||
|
HoverHighlight=#212121
|
||||||
|
Selection=#55bff0
|
||||||
|
SelectionText=white
|
||||||
|
InactiveSelection=#606060
|
||||||
|
InactiveSelectionText=white
|
||||||
|
PlaceholderText=#808080
|
||||||
|
RubberBandFill=#f4ca9e3c
|
||||||
|
RubberBandBorder=#6e2209
|
||||||
|
Link=#55bff0
|
||||||
|
ActiveLink=red
|
||||||
|
VisitedLink=magenta
|
||||||
|
Gutter=#363636
|
||||||
|
GutterBorder=#363636
|
||||||
|
Ruler=#363636
|
||||||
|
RulerBorder=#363636
|
||||||
|
RulerActiveText=#363636
|
||||||
|
RulerInactiveText=#808080
|
||||||
|
TextCursor=#fcfcfc
|
||||||
|
FocusOutline=#909090
|
||||||
|
SyntaxComment=#a0a1a7
|
||||||
|
SyntaxNumber=#976715
|
||||||
|
SyntaxString=#53a053
|
||||||
|
SyntaxType=#a000a0
|
||||||
|
SyntaxPunctuation=white
|
||||||
|
SyntaxOperator=white
|
||||||
|
SyntaxKeyword=#a42ea2
|
||||||
|
SyntaxControlKeyword=#a42ea2
|
||||||
|
SyntaxIdentifier=#000000
|
||||||
|
SyntaxPreprocessorStatement=#00a0a0
|
||||||
|
SyntaxPreprocessorValue=#a00000
|
||||||
|
Tooltip=#363636
|
||||||
|
TooltipText=white
|
||||||
|
Tray=#212121
|
||||||
|
TrayText=#fcfcfc
|
||||||
|
|
||||||
|
[Flags]
|
||||||
|
IsDark=true
|
||||||
|
IsTitleCenter=true
|
||||||
|
|
||||||
|
[Metrics]
|
||||||
|
BorderRadius=8
|
||||||
|
BorderThickness=1
|
||||||
|
TitleButtonWidth=20
|
||||||
|
TitleButtonHeight=16
|
||||||
|
|
||||||
|
[Paths]
|
||||||
|
TitleButtonIcons=/res/icons/themes/Cupertino/16x16/
|
||||||
|
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
|
||||||
|
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
|
||||||
|
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
|
Loading…
Add table
Add a link
Reference in a new issue