Revision | 6c2f8a4e80d95472c8ca318eb6c32ef43fde6b40 (tree) |
---|---|
Time | 2016-11-17 00:46:09 |
Author | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
Put this file in .config/xfce4/terminal/terminalrc to enable the
solarized color scheme in xfce terminal.
@@ -0,0 +1,26 @@ | ||
1 | +[Configuration] | |
2 | +MiscAlwaysShowTabs=FALSE | |
3 | +MiscBell=FALSE | |
4 | +MiscBordersDefault=TRUE | |
5 | +MiscCursorBlinks=FALSE | |
6 | +MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK | |
7 | +MiscDefaultGeometry=80x24 | |
8 | +MiscInheritGeometry=FALSE | |
9 | +MiscMenubarDefault=TRUE | |
10 | +MiscMouseAutohide=FALSE | |
11 | +MiscToolbarDefault=FALSE | |
12 | +MiscConfirmClose=TRUE | |
13 | +MiscCycleTabs=TRUE | |
14 | +MiscTabCloseButtons=TRUE | |
15 | +MiscTabCloseMiddleClick=TRUE | |
16 | +MiscTabPosition=GTK_POS_TOP | |
17 | +MiscHighlightUrls=TRUE | |
18 | +TitleMode=TERMINAL_TITLE_REPLACE | |
19 | + | |
20 | +ColorCursor=#93a1a1 | |
21 | +ColorForeground=#839496 | |
22 | +ColorBackground=#002b36 | |
23 | +ColorPalette=#073642;#dc322f;#859900;#b58900;#268bd2;#d33682;#2aa198;#eee8d5;#002b36;#cb4b16;#586e75;#657b83;#839496;#6c71c4;#93a1a1;#fdf6e3 | |
24 | + | |
25 | + | |
26 | + |