summary refs log tree commit diff
path: root/.config/Terminal/terminalrc
blob: 7efa778ea2dc618e22d988c9a93c8cd5e27121a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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

td>June McEnroe 2018-09-14Add termEvent testsJune McEnroe 2018-09-14Check width of entire next word including codesJune McEnroe 2018-09-14Remove word handling from formatParseJune McEnroe 2018-09-14Apply consecutive formatting codes at onceJune McEnroe 2018-09-14Add tests for formatParseJune McEnroe 2018-09-13Preview with nick in input windowJune McEnroe 2018-09-13Never send PRIVMSG to TagStatus or TagVerboseJune McEnroe 2018-09-13Move color selection to format.cJune McEnroe 2018-09-13Fix len for format->split at end of stringJune McEnroe 2018-09-13Avoid uninitialized x in uiReadJune McEnroe 2018-09-13Add IRCDefault to colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe 2018-09-13Rewrite UI againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe