colorscheme: white fg, black bg
This commit is contained in:
parent
b6b6f2f259
commit
89b9b533ed
7 changed files with 17 additions and 17 deletions
|
@ -10,7 +10,7 @@
|
|||
# Dedication along with this software. If not, see
|
||||
# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
: ${CANVAS_BGCOLOR:="#0c0700"}
|
||||
: ${CANVAS_BGCOLOR:="#000000"}
|
||||
: ${CANVAS_HEIGHT:=768}
|
||||
: ${CANVAS_WIDTH:=1366}
|
||||
: ${IMAGE_HEIGHT:=500}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Dedication along with this software. If not, see
|
||||
# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
: ${CANVAS_BGCOLOR:="#0c0700"}
|
||||
: ${CANVAS_BGCOLOR:="#000000"}
|
||||
: ${CANVAS_HEIGHT:=768}
|
||||
: ${CANVAS_WIDTH:=1366}
|
||||
: ${IMAGE_HEIGHT:=768}
|
||||
|
|
|
@ -27,19 +27,19 @@ xlogin.Login.frameWidth: 2
|
|||
xlogin.Login.innerFramesWidth: 0
|
||||
xlogin.Login.sepWidth: 1
|
||||
|
||||
xlogin.Login.background: #0c0700
|
||||
xlogin.Login.foreground: #fff8f0
|
||||
xlogin.Login.background: #000000
|
||||
xlogin.Login.foreground: #ffffff
|
||||
|
||||
xlogin.Login.failColor: #dc3a23
|
||||
xlogin.Login.greetColor: #61d6ea
|
||||
xlogin.Login.hiColor: #f7be00
|
||||
xlogin.Login.inpColor: #0c0700
|
||||
xlogin.Login.promptColor: #fff8f0
|
||||
xlogin.Login.inpColor: #000000
|
||||
xlogin.Login.promptColor: #ffffff
|
||||
xlogin.Login.shdColor: #f7be00
|
||||
|
||||
xlogin.Login.useShape: true
|
||||
xlogin.Login.logoPadding: 0
|
||||
|
||||
XConsole*background: #0c0700
|
||||
XConsole*foreground: #fff8f0
|
||||
XConsole*background: #000000
|
||||
XConsole*foreground: #ffffff
|
||||
XConsole*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
/usr/local/bin/sct 3500
|
||||
xset r rate 300 75
|
||||
xsetroot -solid "#0c0700"
|
||||
xsetroot -solid "#000000"
|
||||
/usr/local/bin/xli -onroot -gamma 2.2 /etc/X11/xenodm/pixmaps/FreeHugsBSD-bg.png
|
||||
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -exitOnFail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue