Created
July 23, 2014 00:20
-
-
Save eedeep/2c4dd46e8bcba902618e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mrxvt.background: #000000 | |
Mrxvt.foreground: green | |
#Mrxvt.foreground: black | |
mrxvt.profile0.background: black | |
#mrxvt.profile0.background: gray | |
#mrxvt.profile0.foreground: green | |
#mrxvt.profile0.foreground: black | |
mrxvt.scrollbarRight: True | |
mrxvt.highlightTabOnBell: True | |
mrxvt.mouseWheelScrollPage: False | |
mrxvt.bottomTabbar: True | |
# Misc Fixed | |
#mrxvt.font: -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-iso8859-1 | |
#mrxvt.boldFont: -misc-fixed-bold-r-semicondensed--13-*-*-*-*-*-iso8859-1 | |
# # Terminus (doesn't have bold versions for 12 point size) | |
mrxvt.font: -xos4-terminus-medium-r-normal-*-13-*-*-*-*-*-iso8859-1 | |
mrxvt.boldFont: -xos4-terminus-bold-r-normal-*-12-*-*-*-*-*-iso8859-1 | |
#mrxvt.font: -adobe-courier-bold-r-normal--14-*-*-*-*-*-iso8859-1 | |
#mrxvt.boldFont: -adobe-courier-bold-r-normal--14-*-*-*-*-*-iso8859-1 | |
mrxvt.veryBright: true | |
mrxvt.maximized: true | |
mrxvt.color0: black | |
mrxvt.color1: red3 | |
mrxvt.color2: green3 | |
mrxvt.color3: yellow3 | |
xrxvt.color4: RoyalBlue | |
mrxvt.color5: magenta3 | |
mrxvt.color6: cyan3 | |
mrxvt.color7: grey90 | |
mrxvt.color8: grey30 | |
mrxvt.color9: red | |
mrxvt.color10: green | |
mrxvt.color11: yellow | |
mrxvt.color12: RoyalBlue | |
mrxvt.color13: magenta | |
mrxvt.color14: cyan | |
mrxvt.color15: white | |
mrxvt.scrollColor: #B2B2B2 | |
mrxvt.troughColor: #969696 | |
mrxvt.cursorColor: white | |
mrxvt.cursorBlink: false | |
# Mrxvt.macro.Ctrl+Shift+h: profile0GotoTab -1 | |
# Mrxvt.macro.Ctrl+Shift+l: mrxvtGotoTab +1 | |
# | |
Mrxvt.macro.Shift+Left: GotoTab -1 | |
Mrxvt.macro.Shift+Right: GotoTab +1 | |
Mrxvt.macro.Ctrl+Alt+n: NewTab | |
mrxvt.modifier: super |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment