diff options
Diffstat (limited to 's/style/basic/conf')
| -rw-r--r-- | s/style/basic/conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/s/style/basic/conf b/s/style/basic/conf new file mode 100644 index 0000000..6223459 --- /dev/null +++ b/s/style/basic/conf @@ -0,0 +1,28 @@ +// Basic greyscale theme with 333networks logo +// see util/skingen/colortypes.txt for descriptions of colors. + +name basic +author Darkelarious + +bodybg #fff +bglogo 333networks.png + +boxbg1 #ccc +boxbg2 #999 +boxbg3 #aaa + +shadow #999 + +textcol1 #000 +textcol2 #222 + +headercol #000 +themecol1 #000 +themecol2 #555 +themecol3 #222 + +link #33f +linkhover #f33 + + + |
