Created
January 17, 2015 11:01
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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