You are not logged in.

#1 2014-12-24 01:39:42

StormHF
Member
Registered: 2014-09-26
Posts: 34

Xresources colours not working properly...

The colours aren't rendering properly and look faint. The font colour is also black.. not white.
xinitrc

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)


hsetroot -tile /home/storm/Wallpapers/brick.png
xrdb -load ~/.Xresources &
	
xbindeys
sxhkd &
exec bspwm
#exec swm
#exec awesome
# exec openbox-session

Xresources

URxvt.depth: 32
URxvt*termName:                       rxvt-256color
URxvt*geometry:                      80x20
URxvt*loginShell:           false
URxvt*saveLines:            1024
URXVT*dynamicColors: on
URxvt*font:  -*-gohufont-medium-*-*--14-*-*-*-*-*-*-1
URxvt*boldFont:  -*-gohufont-medium-*-*--14-*-*-*-*-*-*-1
URxvt*scrollBar:            false
URxvt*cursorBlink:          false
URxvt*internalBorder:       20
!URxvt*perl-ext-common:      default,url-select,keyboard-select
URxvt.url-select.launcher:  /usr/bin/firefox
URxvt.url-select.underline: true
URxvt.keysym.M-u:           perl:url-select:select_next
URxvt.keysym.M-v:           perl:keyboard-select:activate

URxvt*background:#222222
URxvt*forground:#e8e9ca
URxvt*color0:    #000000
URxvt*color1:    #8b3e2f
URxvt*color2:    #526f33
URxvt*color3:    #665847
URxvt*color4:    #4a708b
URxvt*color5:    #7a378b
URxvt*color6:    #528b8b
URxvt*color7:    #999999

URxvt*color8:    #4c4c4c
URxvt*color9:    #d75f00
URxvt*color10:   #cee318
URxvt*color11:   #eee685
URxvt*color12:   #9ac0cd
URxvt*color13:   #9f79ee
URxvt*color14:   #79cdcd
URxvt*color15:   #e8e9ca

Image: https://i.imgur.com/krVZOzY.png

Offline

#2 2014-12-24 01:54:58

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,544
Website

Re: Xresources colours not working properly...

It looks like those are applied.  You just misspelled foreground.  You probably should remove the "amp;" from your xinitrc as well.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2014-12-24 02:05:38

StormHF
Member
Registered: 2014-09-26
Posts: 34

Re: Xresources colours not working properly...

Thank you ! I will mark the post as solved.. I make stupid mistakes like this.

Offline

#4 2014-12-24 03:48:50

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Xresources colours not working properly...

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB