diff options
| author | Blista Kanjo | 2023-07-21 17:27:08 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-21 17:27:08 -0400 |
| commit | 7722187c4ec4e9ce215a547cdae07b2955790134 (patch) | |
| tree | 78de5db38922c52b6d933257c99120927bf00c12 /.config/xfce4/terminal | |
| parent | 2f76b42c56e4efb057a14e5e59c4f76bb2c76297 (diff) | |
refactor: move to `xfce4-terminal` for a while (waiting for some `alacritty` bug fixes)
Diffstat (limited to '.config/xfce4/terminal')
| -rw-r--r-- | .config/xfce4/terminal/terminalrc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc new file mode 100644 index 0000000..152441a --- /dev/null +++ b/.config/xfce4/terminal/terminalrc @@ -0,0 +1,41 @@ +[Configuration] +ColorForeground=#dcdcdc +ColorBackground=#2c2c2c +ColorCursor=#6968babaa7a7 +ColorPalette=#3f3f3f;#705050;#60b48a;#dfaf8f;#9ab8d7;#dc8cc3;#8cd0d3;#dcdcdc;#709080;#dca3a3;#72d5a3;#f0dfaf;#94bff3;#ec93d3;#93e0e3;#ffffff +MiscAlwaysShowTabs=FALSE +MiscBell=FALSE +MiscBellUrgent=FALSE +MiscBordersDefault=FALSE +MiscCursorBlinks=FALSE +MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK +MiscDefaultGeometry=95x28 +MiscInheritGeometry=FALSE +MiscMenubarDefault=FALSE +MiscMouseAutohide=FALSE +MiscMouseWheelZoom=TRUE +MiscToolbarDefault=FALSE +MiscConfirmClose=TRUE +MiscCycleTabs=TRUE +MiscTabCloseButtons=TRUE +MiscTabCloseMiddleClick=TRUE +MiscTabPosition=GTK_POS_TOP +MiscHighlightUrls=TRUE +MiscMiddleClickOpensUri=FALSE +MiscCopyOnSelect=FALSE +MiscShowRelaunchDialog=TRUE +MiscRewrapOnResize=TRUE +MiscUseShiftArrowsToScroll=FALSE +MiscSlimTabs=FALSE +MiscNewTabAdjacent=FALSE +MiscSearchDialogOpacity=100 +MiscShowUnsafePasteDialog=FALSE +MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU +ColorBoldIsBright=FALSE +ScrollingUnlimited=TRUE +FontName=JetBrains Mono 9 +BackgroundDarkness=1.000000 +ScrollingBar=TERMINAL_SCROLLBAR_NONE +ColorCursorUseDefault=FALSE +ColorCursorForeground=#303030303030 + |
