colorscheme: white fg, black bg
This commit is contained in:
parent
b6b6f2f259
commit
89b9b533ed
@ -62,16 +62,16 @@ XTerm.VT100.color12: #4997ce
|
||||
XTerm.VT100.color13: #ec57bc
|
||||
XTerm.VT100.color14: #61d6ea
|
||||
XTerm.VT100.color15: #ffffff
|
||||
XTerm.VT100.background: #0c0700
|
||||
XTerm.VT100.foreground: #fff8f0
|
||||
XTerm.VT100.background: #000000
|
||||
XTerm.VT100.foreground: #ffffff
|
||||
|
||||
! ssh-askpass
|
||||
SshAskpass.grabKeyboard: False
|
||||
SshAskpass.grabPointer: False
|
||||
SshAskpass*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
|
||||
SshAskpass*fixedFont: -misc-fixed-bold-r-normal--14-130-75-75-c-70-iso10646-1
|
||||
SshAskpass*foreground: #fff8f0
|
||||
SshAskpass*background: #0c0700
|
||||
SshAskpass*foreground: #ffffff
|
||||
SshAskpass*background: #000000
|
||||
SshAskpass*bottomShadowColor: #f7be00
|
||||
SshAskpass*topShadowColor: #f7be00
|
||||
SshAskpass.shadowThickness: 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
hsluv 60 1.0 0.02
|
||||
hsluv 0 0.0 0.0
|
||||
hsluv 0 0.0 0.0
|
||||
hsluv 15 0.9 0.3
|
||||
hsluv 120 0.9 0.5
|
||||
@ -8,7 +8,7 @@ hsluv 330 0.8 0.4
|
||||
hsluv 210 0.8 0.6
|
||||
hsluv 0 0.0 0.8
|
||||
|
||||
hsluv 60 1.0 0.98
|
||||
hsluv 0 0.0 1.0
|
||||
hsluv 0 0.0 0.2
|
||||
hsluv 15 0.9 0.5
|
||||
hsluv 120 0.9 0.7
|
||||
|
@ -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
|
||||
|
@ -25,8 +25,8 @@
|
||||
: ${hlwm_color13="#ec57bc"}
|
||||
: ${hlwm_color14="#61d6ea"}
|
||||
: ${hlwm_color15="#ffffff"}
|
||||
: ${hlwm_background="#0c0700"}
|
||||
: ${hlwm_foreground="#fff8f0"}
|
||||
: ${hlwm_background="#000000"}
|
||||
: ${hlwm_foreground="#ffffff"}
|
||||
|
||||
: ${hlwm_font="-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user