mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00

Windows that are being moved around by the user are now called "moving" windows instead of "dragging" windows, to avoid confusion with the drag and drop stuff.
41 lines
903 B
INI
41 lines
903 B
INI
[Screen]
|
|
Width=1024
|
|
Height=768
|
|
|
|
[Cursor]
|
|
Arrow=/res/cursors/arrow.png
|
|
ResizeH=/res/cursors/resize-horizontal.png
|
|
ResizeV=/res/cursors/resize-vertical.png
|
|
ResizeDTLBR=/res/cursors/resize-diagonal-tlbr.png
|
|
ResizeDBLTR=/res/cursors/resize-diagonal-bltr.png
|
|
IBeam=/res/cursors/i-beam.png
|
|
Disallowed=/res/cursors/disallowed.png
|
|
Move=/res/cursors/move.png
|
|
Hand=/res/cursors/hand.png
|
|
Drag=/res/cursors/drag.png
|
|
|
|
[Colors]
|
|
Background=50,50,50
|
|
ActiveWindowBorder=110,34,9
|
|
ActiveWindowBorder2=244,202,158
|
|
ActiveWindowTitle=255,255,255
|
|
|
|
InactiveWindowBorder=128,128,128
|
|
InactiveWindowBorder2=192,192,192
|
|
InactiveWindowTitle=213,208,199
|
|
|
|
MovingWindowBorder=161,50,13
|
|
MovingWindowBorder2=250,220,187
|
|
MovingWindowTitle=255,255,255
|
|
|
|
HighlightWindowBorder=161,13,13
|
|
HighlightWindowBorder2=250,187,187
|
|
HighlightWindowTitle=255,255,255
|
|
|
|
MenuSelectionColor=132,53,26
|
|
|
|
[Input]
|
|
DoubleClickSpeed=250
|
|
|
|
[Background]
|
|
Mode=scaled
|