probonopd / system

Ubuntu Live ISO customizer
2 stars 1 forks source link

Black text on white background for XFCE Terminal #4

Open probonopd opened 4 years ago

probonopd commented 4 years ago
# Black text on white background for XFCE Terminal
mkdir -p /etc/skel/.config/xfce4/terminal/
cat > /etc/skel/.config/xfce4/terminal/terminalrc <<\EOF
[Configuration]
ColorForeground=#000000
ColorBackground=#ffffff
FontName=Source Code Variable 10
MiscAlwaysShowTabs=FALSE
MiscBell=FALSE
MiscBellUrgent=FALSE
MiscBordersDefault=TRUE
MiscCursorBlinks=FALSE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscDefaultGeometry=80x24
MiscInheritGeometry=FALSE
MiscMenubarDefault=TRUE
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
ColorBoldIsBright=FALSE
EOF