.Xresources 配置文件

安装rxvt-unicode-256color,如果不是这个版本的话VIM配色会显示不正常。

~/.Xresources配置文件如下

复制代码
 1 !urxvt color scheme:
 2 
 3 URxvt*background: #2B2B2B
 4 URxvt*foreground: #DEDEDE
 5 
 6 URxvt*colorUL: #86a2b0
 7 
 8 ! black
 9 URxvt*color0  : #2E3436
10 URxvt*color8  : #555753
11 ! red
12 URxvt*color1  : #CC0000
13 URxvt*color9  : #EF2929
14 ! green
15 URxvt*color2  : #4E9A06
16 URxvt*color10 : #8AE234
17 ! yellow
18 URxvt*color3  : #C4A000
19 URxvt*color11 : #FCE94F
20 ! blue
21 URxvt*color4  : #3465A4
22 URxvt*color12 : #729FCF
23 ! magenta
24 URxvt*color5  : #75507B
25 URxvt*color13 : #AD7FA8
26 ! cyan
27 URxvt*color6  : #06989A
28 URxvt*color14 : #34E2E2
29 ! white
30 URxvt*color7  : #D3D7CF
31 URxvt*color15 : #EEEEEC
32 
33 !urxvt fonts: 
34 
35 URxvt*font: xft:source code pro:pixelsize=16
36 URxvt*boldFont: xft:source code pro:bold:pixelsize=16
37 
38 
39 !urxvt extensions:
40 
41 !URxvt.perl-ext-common:  default,matcher,tabbedex
42 
43 !enabling clickable links:
44 
45 URxvt.urlLauncher:      /usr/bin/google-chrome
46 URxvt.matcher.button:   1 
47 
48 !urxvt scrolling options and cursor style:
49 
50 URxvt*saveLines: 12000
51 URxvt*scrollstyle:plain
52 URxvt*scrollBar: false
53 URxvt*cursorBlink: true
54 URxvt*cursorUnderline: true
55 
56 ! urxvt tabs settings:
57 
58 URxvt.tabbed.tabbar-fg: 2
59 URxvt.tabbed.tabbar-bg: 0
60 URxvt.tabbed.tab-fg: 2
61 URxvt.tabbed.tab-bg: 8
62 URxvt.tabbed.autohide:  yes
63 URxvt.tabbed.new-button:  no
64 URxvt.tabbed.title: no
复制代码

 

posted on   SuPer.Shang  阅读(2741)  评论(0编辑  收藏  举报

编辑推荐:
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
阅读排行:
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
· SQL Server 2025 AI相关能力初探
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示