Skip to content

Instantly share code, notes, and snippets.

@t-mart
Created January 17, 2015 11:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-mart/8d3d22ec8c8108b34b08 to your computer and use it in GitHub Desktop.
Save t-mart/8d3d22ec8c8108b34b08 to your computer and use it in GitHub Desktop.
terminal config for xfce's terminal (i.e. xubuntu) styled a la vim-hybrid (https://github.com/w0ng/vim-hybrid). put this in $HOME/.config/xfce4/terminal/terminalrc
[Configuration]
FontName=DejaVu Sans Mono 8
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBordersDefault=TRUE
MiscCursorBlinks=FALSE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscDefaultGeometry=80x24
MiscInheritGeometry=FALSE
MiscMenubarDefault=TRUE
MiscMouseAutohide=FALSE
MiscToolbarDefault=FALSE
MiscConfirmClose=TRUE
MiscCycleTabs=TRUE
MiscTabCloseButtons=TRUE
MiscTabCloseMiddleClick=TRUE
MiscTabPosition=GTK_POS_TOP
MiscHighlightUrls=TRUE
MiscScrollAlternateScreen=TRUE
ColorPalette= #282a2e;#a54242;#8c9440;#de935f;#5f819d;#85678f;#5e8d87;#707880;#373b41;#cc6666;#b5bd68;#f0c674;#81a2be;#b294bb;#8abeb7;#c5c8c6
ColorForeground=#c5c8c6
ColorBackground=#1d1f21
ColorCursor=#b7bcba
ColorBold=#b7bcba
ColorBoldUseDefault=FALSE
TabActivityColor=#dc322f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment