guest@dotshare [~/groups/terms/colors] $ ls synthwave/ | cat

synthwave (scrot) (+5 likes)

fs0ciety Sep 05, 2016 (terms/colors)

Xresources(raw, dl)

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
41
42
43
44
45
46
47
! /-----------------------\
! | Created by fs0ciety   |
! | https://fsociety.info |
! | 2016                  |
! \-----------------------/

#include </home/whoami/.termcolors/synthwave>


Xft.dpi:                        109
URxvt*termName:                 rxvt-256color
URxvt*font:                     xft:PragmataProMono:style=bold:pixelsize=12
URxvt.depth:                    32
URxvt*lineSpace:                1
URxvt.letterSpace:              0
URxvt.iso14755:                 false
URxvt.iso14755_52:              false
URxvt*geometry:                 65x17
URxvt.scrollBar:                false
URxvt*loginShell:               true
URxvt.internalBorder:           35
URxvt.perl-ext-common:          default,clipboard
URxvt.keysym.Shift-Control-C:   perl:clipboard:copy
URxvt.keysym.Shift-Control-V:   perl:clipboard:paste
URxvt.clipboard.autocopy:       true

! Colors
*background:   bg
*foreground:   fg
*cursorColor:  cyn

*color0:      blk
*color8:      bblk
*color1:      red
*color9:      red
*color2:      grn
*color10:     grn
*color3:      ylw
*color11:     ylw
*color4:      blu
*color12:     blu
*color5:      mag
*color13:     mag
*color6:      cyn
*color14:     cyn
*color7:      wht
*color15:     wht

CLICK TO VIEW

x

synthwave(raw, dl)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
! /----------------------------------\
! | synthwave                        |
! | originally based on dkegs urban  |
! | https://fsociety.info 2016       |
! \----------------------------------/

#define bg    [97]#312e39
#define blk   #33303b
#define fg    #c0a79a
#define bblk  #4f4b58
#define red   #87404f
#define grn   #4c9882
#define ylw   #71949a
#define blu   #615772
#define mag   #783e57
#define cyn   #554757
#define wht   #c0a79a
 

x

Notes

My custom synthwave 80s esque terminal colour theme. Originally based of Dkeg’s urban and altered to make it well… more 80s.

Comments

ddnomad said about 7 years ago

you forget a color declaration file I guess. The pallete is cool :)