guest@dotshare [~/groups/terms/colors] $ ls Pretty-and-Pastel/ | cat

Pretty and Pastel (scrot, raw, dl) (+1 likes)

IWAFU Aug 12, 2014 (terms/colors)

SCROT

 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
32
33
34
35
36
37
38
39
40
!! terminal colors
*background: #151515
*foreground: #888888
! black
*color0: #292929
*color8: #525252
! red
*color1: #cf6a4c
*color9: #ff9d80
! green
*color2: #99ad6a
*color10: #c3e6ad
! yellow
*color3: #fad07a
*color11: #ffefbf
! blue
*color4: #8197bf
*color12: #accaff
! magenta
*color5: #8787af
*color13: #c4c4ff
! cyan
*color6: #668799
*color14: #80bfaf
! white
*color7: #888888
*color15: #e8e8d3

URxvt*foreground:White
URxvt*background:Black

! fonts
! run "fc-list" for a list of available fonts
URxvt*font: xft:Terminus:pixelsize=9

URxvt*scrollBar: False
URxvt*scrollTtyOutput: False
URxvt*scrollTtyKeypress: True
URxvt*secondaryScroll: True
URxvt*saveLines: 8000

CLICK TO VIEW

x

Comments

c2lknt said about 9 years ago

Nice! You need *color2 and *color10: in there though. Gonna use this one for a while!

boroshlawa said about 9 years ago

That terminal clock thing down at the corner, where can i get that?

maxim said about 9 years ago

@boroshlawa , Watch it in ncmpcpp, or place tty-clock.

IWAFU said about 9 years ago

@c2lknt

Yeah, that must have messed up when copy+pasting, I’ll edit it now.