Last active
August 28, 2015 04:54
-
-
Save nhanb/52464f9943b87f2232ed to your computer and use it in GitHub Desktop.
My xfce4-terminal's terminalrc using Solarized Dark. Note that the `ColorCursor=` fixes the bug where the character under cursor is illegible if it has the same color as the cursor.
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] | |
ColorForeground=#839496 | |
ColorBackground=#002b36 | |
FontName=DejaVu Sans Mono for Powerline 10 | |
MiscAlwaysShowTabs=FALSE | |
MiscBell=FALSE | |
MiscBordersDefault=TRUE | |
MiscCursorBlinks=FALSE | |
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK | |
MiscDefaultGeometry=80x24 | |
MiscInheritGeometry=FALSE | |
MiscMenubarDefault=FALSE | |
MiscMouseAutohide=FALSE | |
MiscToolbarDefault=FALSE | |
MiscConfirmClose=TRUE | |
MiscCycleTabs=TRUE | |
MiscTabCloseButtons=TRUE | |
MiscTabCloseMiddleClick=TRUE | |
MiscTabPosition=GTK_POS_TOP | |
MiscHighlightUrls=TRUE | |
MiscScrollAlternateScreen=TRUE | |
CommandLoginShell=TRUE | |
ScrollingBar=TERMINAL_SCROLLBAR_NONE | |
ScrollingLines=9999 | |
ColorCursor= | |
ColorBold=#93a1a1 | |
ColorBoldUseDefault=FALSE | |
ColorPalette=#073642;#dc322f;#859900;#b58900;#268bd2;#d33682;#2aa198;#eee8d5;#002b36;#cb4b16;#586e75;#657b83;#839496;#6c71c4;#93a1a1;#fdf6e3 | |
TabActivityColor=#dc322f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment