我使用.Xservice来做一些自定义颜色代码,但颜色代码只出现在root用户身上,而不是普通用户。
我的.Xservice文件如下所示:
URxvt.font: xft:Fira Code:size=16
URxvt.boldFont:xft:Fira Code:size=16
URxvt.letterSpace: -1
URxvt.scrollBar: false
URxvt*background: #14202E
URxvt*foreground: #dbe6ec
URxvt*colorUL: #86a2b0
! black
URxvt*color0 : #2E3436
URxvt*color8 : #555753
! red
URxvt*color1 : #CC0000
URxvt*color9 : #34E2E2
! green
URxvt*color2 : #16c98d
URxvt*color10 : #0fdebd
! yellow
URxvt*color3 : #FFDF01
URxvt*color11 : #feef6d
! blue
URxvt*color4 : #3465A4
URxvt*color12 : #729FCF
! magenta
URxvt*color5 : #75507B
URxvt*color13 : #AD7FA8
! cyan
URxvt*color6 : #06989A
URxvt*color14 : #34E2E2
! white
URxvt*color7 : #D3D7CF
URxvt*color15 : #EEEEEC
普通用户的样子:
root用户的样子:
如何为普通用户显示颜色代码?