xyb3rt / sxiv

Simple X Image Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sxiv: Error allocating color 'rgba:0000/0000/0200/c800'

incoggnito opened this issue · comments

I receive the following error.
sxiv: Error allocating color 'rgba:0000/0000/0200/c800'
What could be wrong? What additional information do you need?

I changed the background color in .Xresources to #262626 and the bug is gone.

I actually think this is quite a bummer because you can't set transparent backgorund or foreground for sxiv viewer with your Xresources on linux. I would like to be able to have a semi-transparent backgound indeed.

I don't understand how the background color (set in the config.h) has a connection to what you put into .Xresources.
Could please elaborate on that?

Got a question bout that, for some reason, on Xresources the background has no effect on sxiv

Here's my xresources file

! Base colors
*.foreground:  #1b1b23
*.background:  #1c2023
*.cursorColor: #778899

*.color0:  #1b1b23
*.color1:  #bf616a
*.color2:  #a3be8c
*.color3:  #ebcb8b
*.color4:  #8fa1b3
*.color5:  #b48ead
*.color6:  #96b5b4
*.color7:  #E1E1E1
*.color8:  #919ba0
*.color9:  #bf616a
*.color10: #a3be8c
*.color11: #ebcb8b
*.color12: #8fa1b3
*.color13: #b48ead
*.color14: #96b5b4
*.color15: #c0c5ce

! URxvt
URxvt*saveline: 15000
URxvt*termName: rxvt-256color
URxvt*iso14755: false
URxvt*depth: 32
URxvt*background: [95]#1C2023
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*internalBorder: 0
URxvt*externalBorder: 0
URxvt*letterSpace: -1
URxvt.font: xft:monospace:size=11
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.urlLauncher: exo-open
URxvt.underlineURLs: true
URxvt.urlButton: 1
URxvt.geometry: 90x34
URxvt.tabbed.tabbar-fg: 4
URxvt.tabbed.tabbar-bg: 16
URxvt.tabbed.tab-fg: 15
URxvt.tabbed.tab-bg: 4
URxvt*buffered: false