Skip to content

Instantly share code, notes, and snippets.

@rohshall
Last active July 12, 2022 05:15
Show Gist options
  • Save rohshall/6e0e321fa545ea4eeb4f974f2a468835 to your computer and use it in GitHub Desktop.
Save rohshall/6e0e321fa545ea4eeb4f974f2a468835 to your computer and use it in GitHub Desktop.
Xdefaults
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: full
Xft.hintstyle: hintslight
Xft.rgba: rgb
UXTerm.termName: xterm-256color
UXTerm.loginShell: true
UXTerm.vt100.locale: true
UXTerm.vt100.faceName: xft:Liberation Mono
UXTerm.vt100.faceSize: 16
UXTerm.vt100.color0 : rgb:00/0d/18
UXTerm.vt100.color1 : rgb:e8/93/93
UXTerm.vt100.color2 : rgb:9e/ce/9e
UXTerm.vt100.color3 : rgb:f0/df/af
UXTerm.vt100.color4 : rgb:8c/d0/d3
UXTerm.vt100.color5 : rgb:c0/be/d1
UXTerm.vt100.color6 : rgb:df/af/8f
UXTerm.vt100.color7 : rgb:ef/ef/ef
UXTerm.vt100.color8 : rgb:00/0d/18
UXTerm.vt100.color9 : rgb:e8/93/93
UXTerm.vt100.color10 : rgb:9e/ce/9e
UXTerm.vt100.color11 : rgb:f0/df/af
UXTerm.vt100.color12 : rgb:8c/d0/d3
UXTerm.vt100.color13 : rgb:c0/be/d1
UXTerm.vt100.color14 : rgb:df/af/8f
UXTerm.vt100.color15 : rgb:ef/ef/ef
UXTerm.vt100.colorBD : rgb:ff/cf/af
UXTerm.vt100.colorIT : rgb:80/d4/aa
UXTerm.vt100.colorUL : rgb:cc/dc/90
UXTerm.vt100.foreground : rgb:dc/dc/cc
UXTerm.vt100.background : rgb:1f/1f/1f
UXTerm.vt100.cursorColor : rgb:8f/af/9f
! $OpenBSD: dot.Xdefaults,v 1.3 2014/07/10 10:22:59 jasper Exp $
XTerm*locale: utf8
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: full
Xft.hintstyle: hintslight
Xft.rgba: rgb
XTerm*termName: xterm-color
XTerm*loginShell: true
XTerm*faceName: xft:Liberation Mono
XTerm*faceSize: 16
!BLK Cursor
#define _color0 #000d18
#define _color8 #000d18
!RED Tag
#define _color1 #e89393
#define _color9 #e89393
!GRN SpecialKey
#define _color2 #9ece9e
#define _color10 #9ece9e
!YEL Keyword
#define _color3 #f0dfaf
#define _color11 #f0dfaf
!BLU Number
#define _color4 #8cd0d3
#define _color12 #8cd0d3
!MAG Precondit
#define _color5 #c0bed1
#define _color13 #c0bed1
!CYN Float
#define _color6 #dfaf8f
#define _color14 #dfaf8f
!WHT Search
#define _color7 #efefef
#define _color15 #efefef
!FMT Include, StatusLine, ErrorMsg
#define _colorBD #ffcfaf
#define _colorUL #ccdc90
#define _colorIT #80d4aa
!TXT Normal, Normal, Cursor
#define _foreground #dcdccc
#define _background #1f1f1f
#define _cursorColor #8faf9f
XTerm*color0 : _color0
XTerm*color1 : _color1
XTerm*color2 : _color2
XTerm*color3 : _color3
XTerm*color4 : _color4
XTerm*color5 : _color5
XTerm*color6 : _color6
XTerm*color7 : _color7
XTerm*color8 : _color8
XTerm*color9 : _color9
XTerm*color10 : _color10
XTerm*color11 : _color11
XTerm*color12 : _color12
XTerm*color13 : _color13
XTerm*color14 : _color14
XTerm*color15 : _color15
XTerm*colorBD : _colorBD
XTerm*colorIT : _colorIT
XTerm*colorUL : _colorUL
XTerm*foreground : _foreground
XTerm*background : _background
XTerm*cursorColor : _cursorColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment