Skip to content

Instantly share code, notes, and snippets.

@fredrikhl
Last active December 15, 2017 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredrikhl/c83e8190a7689b40ac680d94144527fd to your computer and use it in GitHub Desktop.
Save fredrikhl/c83e8190a7689b40ac680d94144527fd to your computer and use it in GitHub Desktop.
! Xterm settings
!
xterm*font: -misc-fixed-medium-*-*-*-12-110*-*-*-*-*-iso10646-1
xterm*boldFont: -misc-fixed-medium-*-*-*-12-110*-*-*-*-*-iso10646-1
xterm*faceName: Liberation Mono:size=8:antialias=true
xterm*renderFont: false
xterm*allowBoldFonts: false
xterm*boldMode: false
xterm*utf8: 1
xterm*locale: UTF-8
xterm*eightBitInput: true
xterm*scrollbar: true
xterm*colorMode: true
! ! Xterm colors
! *pointerColorForeground: white
! *pointerColorBackground: black
! *background: grey10
! *foreground: grey90
! ! 0, 8 black
! *color0: grey20
! *color8: grey30
! ! 1, 9 red
! *color1: indianred3
! *color9: brown1
! ! 2,10 green
! *color2: chartreuse3
! *color10: green1
! ! 3,11 yellow
! *color3: lightgoldenrod1
! *color11: yellow1
! ! 4,12 blue
! *color4: skyblue2
! *color12: skyblue1
! ! 5,13 magenta
! *color5: violetred2
! *color13: violetred1
! ! 6,14 cyan
! *color6: paleturquoise2
! *color14: paleturquoise2
! ! 7,15 white
! *color7: grey90
! *color15: white
! #define base00 grey10
! #define base01 grey20
! #define base02 grey30
! #define base03 grey40
! #define base04 grey50
! #define base05 grey80
! #define base06 grey90
! #define base07 grey95
! #define base08 white
! #define n_red indianred3
! #define b_red brown1
! #define n_green chartreuse3
! #define b_green green1
! #define n_yellow lightgoldenrod1
! #define b_yellow yellow1
! #define n_blue skyblue2
! #define b_blue skyblue1
! #define n_magenta violetred2
! #define b_magenta violetred1
! #define n_cyan paleturquoise2
! #define b_cyan paleturquoise2
! #define n_custom salmon
! #define b_custom lightsalmon
#define base00 #1a1a1a
#define base01 #2f2f2f
#define base02 #393939
#define base03 #515151
#define base04 #747369
#define base05 #a09f93
#define base06 #d3d0c8
#define base07 #e8e6df
#define base08 #f2f0ec
#define n_red #f28072
#define b_red #ff777a
#define n_green #88cc88
#define b_green #99ee99
#define n_yellow #f2cc66
#define b_yellow #ffdd66
#define n_blue #6699cc
#define b_blue #77aadd
#define n_magenta #cc99cc
#define b_magenta #ddbbdd
#define n_cyan #66cccc
#define b_cyan #77dddd
#define n_custom #f99157
#define b_custom #d27b53
!
! Xterm colors
*pointerColorForeground: base05
*pointerColorBackground: base02
*background: base00
*foreground: base06
*color0: base01
*color1: n_red
*color2: n_green
*color3: n_yellow
*color4: n_blue
*color5: n_magenta
*color6: n_cyan
*color7: base06
*color8: base04
*color9: b_red
*color10: b_green
*color11: b_yellow
*color12: b_blue
*color13: b_magenta
*color14: b_cyan
*color15: base08
! odd ones
! *color16: n_custom
! *color17: b_custom
! *color18: base02
! *color19: base03
! *color20: base05
! *color21: base07
! What would this do?
!term*scrollbar.Translations: #override \n\
! :StartScroll(Continous) MoveThumb() NotifyThumb()\n\
! :MoveThumb() NotifyThumb() \n\
! :StartScroll(Continous) MoveThumb() NotifyThumb()\n\
! :MoveThumb() NotifyThumb() \n\
! :StartScroll(Continous) MoveThumb() NotifyThumb()\n\
! :MoveThumb() NotifyThumb() \n\
! :NotifyScroll(Proportional) EndScroll()
!xpdf options
xpdf.initialZoom: 250
!xclock analog colors
xclock*reverseVideo: true
xclock*hourColor: base04
xclock*minuteColor: base03
xclock*secondColor: base08
xclock*majorColor: base06
xclock*minorColor: base05
xclipboard*geometry: 600x200
xclipboard*ShapeStyle: rectangle
xclipboard*Command*Font: -misc-fixed-medium-*-*-*-12-110*-*-*-*-*-iso10646-1
xclipboard*Label*Font: -misc-fixed-medium-*-*-*-12-110*-*-*-*-*-iso10646-1
xclipboard*Text*Font: -misc-fixed-medium-*-*-*-12-110*-*-*-*-*-iso10646-1
! xclipboard*next.label: >>>
! xclipboard*prev.label: <<<
! xclipboard*next.fromHoriz: index
! xclipboard*prev.fromHoriz: save
! Use colors for bold and underlined ansi strings
! *VT100.colorBDMode: true
! *VT100.colorBD: indianred3
! *VT100.colorULMode: true
! *VT100.colorUL: skyblue2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment