From a767b91352f665bc5841b63d532bef1216009952 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 28 Mar 2012 20:40:31 -0400 Subject: Add Terminal configuration --- .config/Terminal/terminalrc | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .config/Terminal/terminalrc (limited to '.config') diff --git a/.config/Terminal/terminalrc b/.config/Terminal/terminalrc new file mode 100644 index 00000000..7efa778e --- /dev/null +++ b/.config/Terminal/terminalrc @@ -0,0 +1,45 @@ +[Configuration] +FontName=DejaVu Sans Mono for Powerline 9 +MiscAlwaysShowTabs=FALSE +MiscBell=FALSE +MiscBordersDefault=TRUE +MiscCursorBlinks=TRUE +MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK +MiscDefaultGeometry=80x24 +MiscInheritGeometry=FALSE +MiscMenubarDefault=FALSE +MiscMouseAutohide=FALSE +MiscToolbarsDefault=FALSE +MiscConfirmClose=TRUE +MiscCycleTabs=TRUE +MiscTabCloseButtons=TRUE +MiscTabCloseMiddleClick=TRUE +MiscTabPosition=GTK_POS_TOP +MiscHighlightUrls=TRUE +ColorPalette2=#d7d77c7c7979 +ColorPalette10=#dfdf65656565 +ColorPalette3=#c2c2c7c77b7b +ColorPalette11=#c5c5d1d15c5c +ColorPalette4=#f4f4cfcf8686 +ColorPalette12=#ececcece5858 +ColorPalette5=#9292b2b2caca +ColorPalette13=#8c8cb6b6e1e1 +ColorPalette6=#c0c0a7a7c7c7 +ColorPalette14=#cfcfababdfdf +ColorPalette7=#9a9ac9c9c4c4 +ColorPalette15=#8080cacabfbf +ColorPalette8=#a7a7a8a8a7a7 +ColorPalette16=#a7a7a8a8a7a7 +ColorPalette9=#555557575353 +ColorCursor=#d7d7dadad8d8 +ScrollingOnOutput=FALSE +ScrollingLines=100000 +BackgroundDarkness=0.850000 +ShortcutsNoMenukey=TRUE +TitleMode=TERMINAL_TITLE_REPLACE +Term=xterm-256color +ColorForeground=#d7d7dadad8d8 +ColorSelection=#47474c4c5252 +BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT +ScrollingBar=TERMINAL_SCROLLBAR_NONE + -- cgit 1.4.1 search' size='10' name='q' value=''/>
path: root/bin/man1/setopt.1 (unfollow)
Commit message (Expand)Author
2019-07-12Make author consistent and update URLsJune McEnroe
2019-07-12Move to www/text.causal.agencyJune McEnroe
2019-07-12Add new causal.agency with shotty shotsJune McEnroe
2019-07-12Use -s to infer terminal sizeJune McEnroe
2019-07-12Add DCH to shottyJune McEnroe
2019-07-12Support insert mode in shottyJune McEnroe
2019-07-11Don't do carriage return on line feedJune McEnroe
2019-07-11Interpret 256color-style SGRsJune McEnroe
2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe
2019-07-11Factor out clearJune McEnroe
2019-07-11Add bright option to shottyJune McEnroe
2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe
2019-07-10Ignore SM and RMJune McEnroe
2019-07-09Add shotty man page and build itJune McEnroe
2019-07-09Add up -cJune McEnroe
2019-07-09Add options for default colors to shottyJune McEnroe
2019-07-08Use char literals consistentlyJune McEnroe