65 lines
1.9 KiB
Plaintext
65 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:Cozette:pixelsize=14
|
|
*Font:
|
|
|
|
*Pixmap: ~/Workspace/xosview/themes/clover.xpm
|
|
|
|
! This first chunk defines "general" colors.
|
|
*customization: -color
|
|
#define TEXTBG snow
|
|
#define PANELBG #D8D8D8
|
|
#define BUTTONBG #BEBEBE
|
|
#define DARKBG gray50
|
|
#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.
|
|
|
|
*shapeStyle: Rectangle
|
|
*beNiceToColormap: False
|
|
*topShadowContrast: 10
|
|
*bottomShadowContrast: 10
|
|
|
|
*shadowWidth: 2
|
|
*borderWidth: 1
|
|
*highlightThickness: 1
|
|
*Label.shadowWidth: 0
|
|
|
|
*Label.borderWidth: 0
|