69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
! We're doing to be using the C preprocessor even though that's technically
|
|
! abuse... sorry X.Org guys.
|
|
!*Font: -slavfox-cozette-medium-r-normal--13-120-75-75-m-60-iso10646-1
|
|
*Font: xft:Fixed:style=Regular:
|
|
*faceName: Liberation Mono
|
|
*faceSize: 10
|
|
|
|
! Choose your cursor icon theme
|
|
Xcursor.theme: Lambda
|
|
|
|
|
|
! This first chunk defines "general" colors.
|
|
!*customization: -color
|
|
#define TEXTBG #D8D8D8
|
|
#define PANELBG #A8A8A8
|
|
#define BUTTONBG #A8A8A8
|
|
#define DARKBG #A8A8A8
|
|
#define TEST red
|
|
#define TEST2 blue
|
|
#define TEST3 yellow
|
|
#define TEST4 magenta
|
|
#define TEST5 cyan
|
|
#define TEST6 orange
|
|
#define TEST7 green
|
|
|
|
! This next chunk defines how to assign colors to widgets.
|
|
|
|
*Box.background: PANELBG
|
|
*Dialog.background: PANELBG
|
|
*Form.background: PANELBG
|
|
*Label.background: PANELBG
|
|
*Paned.background: PANELBG
|
|
*Panner.background: PANELBG
|
|
*SimpleMenu.background: PANELBG
|
|
|
|
*Command.background: BUTTONBG
|
|
*MenuButton.background: BUTTONBG
|
|
*Repeater.background: BUTTONBG
|
|
*Toggle.background: BUTTONBG
|
|
*Scrollbar.background: BUTTONBG
|
|
|
|
*AsciiSink.background: TEXTBG
|
|
*FontGrid.background: TEXTBG
|
|
*Ghostview.background: TEXTBG
|
|
*List.background: TEXTBG
|
|
*Panner.foreground: TEXTBG
|
|
*Porthole.background: TEXTBG
|
|
*RgbSink.background: TEXTBG
|
|
*RgbText.background: TEXTBG
|
|
*ScrollByLine.background: TEXTBG
|
|
*Text.background: TEXTBG
|
|
*Tree.background: TEXTBG
|
|
*Viewport.background: TEXTBG
|
|
|
|
! Now we define the general look and feel of our widgets.
|
|
|
|
*rightScrollBar: true
|
|
*shapeStyle: Rectangle
|
|
*beNiceToColormap: False
|
|
*topShadowContrast: 10
|
|
*bottomShadowContrast: 10
|
|
|
|
*shadowWidth: 2
|
|
*borderWidth: 1
|
|
*highlightThickness: 1
|
|
*Label.shadowWidth: 0
|
|
|
|
*Label.borderWidth: 0
|