Created
June 19, 2016 07:56
-
-
Save zarkone/e2d5be239f454f298b27570090ed7635 to your computer and use it in GitHub Desktop.
mc & urxvt theme
This file contains 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
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
XTerm.vt100.faceName: DejaVu Sans Mono | |
XTerm.vt100.faceSize: 10 | |
XTerm.vt100.background: #000000 | |
XTerm.vt100.foreground: #ffffff | |
XTerm.vt100.utf8Fonts: always | |
XTerm.vt100.utf8:always | |
XTerm.vt100.scrollKey:true | |
XTerm.vt100.scrollBar:false | |
URxvt.depth: 32 | |
URxvt.background: #000000 | |
URxvt.foreground: #90ee90 | |
URxvt.foreground: #00fffa | |
URxvt.scrollBar: false | |
URxvt.scrollBar_right: false | |
URxvt.font: xft:Ubuntu Mono:size=11 | |
URxvt.perl-lib: /home/zarkone/.rxvt/ | |
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select | |
URxvt.keysym.M-u: perl:url-select:select_next | |
URxvt.keysym.M-Escape: perl:keyboard-select:activate | |
URxvt.keysym.M-s: perl:keyboard-select:search | |
URxvt.keysym.Control-Return: \015 | |
URxvt.iso14755: true | |
URxvt.iso14755_52: false | |
URxvt.url-select.launcher: /usr/bin/x-www-browser | |
URxvt.url-select.underline: true | |
URxvt.colorUL: yellow | |
URxvt.keysym.F11: perl:fullscreen:switch | |
URxvt.scrollstyle: plain | |
URxvt.saveLines: 65535 | |
URxvt.cursorBlink: true | |
emacs.cursorBlink: 1 | |
emacs.menuBar: 0 | |
emacs.toolBar: 0 | |
emacs.scrollBar: 0 |
This file contains 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
[skin] | |
description=Tron | |
[Lines] | |
horiz=─ | |
vert=│ | |
lefttop=┌ | |
righttop=┐ | |
leftbottom=└ | |
rightbottom=┘ | |
topmiddle=─ | |
bottommiddle=─ | |
leftmiddle=├ | |
rightmiddle=┤ | |
cross=┼ | |
dhoriz=─ | |
dvert=│ | |
dlefttop=┌ | |
drighttop=┐ | |
dleftbottom=└ | |
drightbottom=┘ | |
dtopmiddle=─ | |
dbottommiddle=─ | |
dleftmiddle=├ | |
drightmiddle=┤ | |
[core] | |
_default_=lightgray;black | |
selected=lightgray;blue | |
marked=brown;black | |
markselect=brown;blue | |
gauge=black;lightgray | |
input=lightgray;black | |
inputunchanged=gray;black | |
inputmark=black;lightgray | |
disabled=gray;darkgray | |
reverse=brown;black | |
commandlinemark=black;lightgray | |
header=lightgray;black | |
inputhistory= | |
commandhistory= | |
[dialog] | |
_default_=lightgray;darkgray | |
dfocus=lightgray;blue | |
dhotnormal=brown;darkgray | |
dhotfocus=brown;blue | |
dtitle=brown;darkgray | |
[error] | |
_default_=red;black | |
errdfocus=black;red | |
errdhotnormal=brightred;black | |
errdhotfocus=brown;red | |
errdtitle=brown;black | |
[filehighlight] | |
directory=blue; | |
executable=brightgreen; | |
symlink=gray; | |
hardlink= | |
stalelink=brightred; | |
device=brightmagenta; | |
special=gray; | |
core=red; | |
temp=gray; | |
archive=magenta; | |
doc=lightgray; | |
source=brightcyan; | |
media=green; | |
graph=cyan; | |
database=brightred; | |
[menu] | |
_default_=lightgray;black | |
menuhot=brown;black | |
menusel=lightgray;blue | |
menuhotsel=brown;blue | |
menuinactive=gray;black | |
[buttonbar] | |
hotkey=lightgray;blue | |
button=lightgray;black | |
[statusbar] | |
_default_=lightgray;black | |
[help] | |
_default_=lightgray;darkgray | |
helpitalic=red;darkgray | |
helpbold=brown;darkgray | |
helplink=blue;darkgray | |
helpslink=lightgray;blue | |
helptitle=brown;darkgray | |
[editor] | |
_default_=lightgray;darkgray | |
editbold=brown;blue | |
editmarked=black;cyan | |
editwhitespace=brightblue;blue | |
editlinestate=white;cyan | |
bookmark=white;red | |
bookmarkfound=black;green | |
editrightmargin=brightblue;black | |
[viewer] | |
viewbold=brown;blue | |
viewunderline=brightred;blue | |
viewselected=brown;cyan | |
[diffviewer] | |
added=white;brown | |
changedline=blue;cyan | |
changednew=red;cyan | |
changed=white;cyan | |
removed=white;red | |
folder=blue;black | |
error=red;white | |
[popupmenu] | |
_default_=lightgray;black | |
menusel=lightgray;blue | |
menutitle=lightgray;black | |
[widget-common] | |
sort-sign-down=↑ | |
sort-sign-up=↓ | |
[widget-panel] | |
hiddenfiles-sign-show = • | |
hiddenfiles-sign-hide = ○ | |
history-prev-item-sign = « | |
history-next-item-sign = » | |
history-show-list-sign = ^ | |
filename-scroll-left-char = « | |
filename-scroll-right-char = » |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment