## Generic colors mrxvt.itabBackground: #101010 mrxvt.tabBackground: #000000 mrxvt.itabForeground: #909090 mrxvt.tabForeground: #9a9a9a mrxvt.scrollColor: #808080 mrxvt.troughColor: #909090 mrxvt.background: #d3d3d3 mrxvt.foreground: #000000 ## Light-green highlighting mrxvt.highlightColor: #adff2f # Low intensity colors mrxvt.color0: #000000 mrxvt.color1: #aa0000 mrxvt.color2: #246624 mrxvt.color3: #838100 mrxvt.color4: #0000bb mrxvt.color5: #bb00bb mrxvt.color6: #00bbbb mrxvt.color7: #d8d8d8 # High intensity colors mrxvt.color8: #656565 mrxvt.color9: #ff5555 #mrxvt.color10: #00ea00 mrxvt.color10: #276a27 mrxvt.color11: #eaea00 mrxvt.color12: #7676cd mrxvt.color13: #ea00ea mrxvt.color14: #00eaea mrxvt.color15: #ffffff ## END COLORS Mrxvt.transparent: False Mrxvt.transparentScrollbar: False Mrxvt.transparentTabbar: False Mrxvt.transparentMenubar: False # Cursor Mrxvt.cursorBlink: true Mrxvt.cursorColor: #32cd32 Mrxvt.cursorColor2: #32cd32 # Don't scroll to the bottom every time some output is produced. Mrxvt.scrollTtyOutputInhibit: true Mrxvt.scrollTtyKeypress: true Mrxvt.scrollBar: true Mrxvt.scrollbarRight: true Mrxvt.scrollbarStyle: next # Number of lines to save in the scroll back buffer for all tabs Mrxvt.saveLines: 50000 # Make double click select whole URL's Mrxvt.cutChars: :=/~#@?%&_-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0abcdefghijklmnopqrstuvwxyz Mrxvt.bottomTabbar: True # Only show the tab bar if there is more than one tab. Mrxvt.autohideTabbar: True # The number of tabs to attempt to keep visible. The width of tabs will shrink # # to keep at least these many tabs visible. Mrxvt.minVisibleTabs: 8 ## Makes SHIFT+Return to clear scrollback Mrxvt.macro.Primary+Shift+Return: Esc \ec Mrxvt.macro.Primary+Add+Shift+Return: Str ^M ## Attempt to do the same with CTRL K Mrxvt.macro.Primary+Ctrl+k: Esc \ec Mrxvt.macro.Primary+Add+Ctrl+k: Str ^M # EOF