-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
58,302 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
Xft.autohint: 0 | ||
Xft.dpi: 96 | ||
Xft.antialias: true | ||
Xft.rgba: rgb | ||
Xft.hinting: true | ||
Xft.hintstyle:hintfull | ||
Xft.lcdfilter: lcddefault | ||
|
||
!look and feel | ||
xterm.termName: xterm-256color | ||
xterm.geometry: 80x36 | ||
xterm*scrollBar: false | ||
xterm*rightScrollBar: true | ||
xterm*loginshell: true | ||
xterm*cursorBlink: true | ||
xterm*background: black | ||
xterm*foreground: gray | ||
xterm.borderLess: true | ||
xterm.cursorBlink: true | ||
xterm*colorUL: yellow | ||
xterm*colorBD: white | ||
|
||
!fix alt key input | ||
xterm*eightBitInput: false | ||
xterm*altSendsEscape: true | ||
|
||
|
||
!print color and bold/underline attributes | ||
xterm*printAttributes: 2 | ||
!xterm*printerCommand: cat > ~/xtermdump | ||
|
||
!font and locale | ||
xterm*locale: true | ||
xterm.utf8: true | ||
xterm*utf8Title: true | ||
xterm*fontMenu*fontdefault*Label: Default | ||
xterm*faceName:DejaVu Sans Mono:antialias=True:pixelsize=14 | ||
!xterm*faceName: monofur:antialias=True:pixelsize=20 | ||
!xter*boldFont: DejaVu Sans Mono:style=Bold:pixelsize=15 | ||
xterm*faceNameDoublesize: wenquanyi bitmap song:pixelsize=16:antialias=True | ||
xterm*xftAntialias: true | ||
xterm*cjkWidth:false | ||
|
||
!mouse selecting to copy, ctrl-v to paste | ||
!Ctrl p to print screen content to file | ||
XTerm*VT100.Translations: #override \ | ||
Ctrl <KeyPress> V: insert-selection(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\ | ||
<BtnUp>: select-end(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\ | ||
|
||
!-- Tango color scheme | ||
*xterm*color0: #2e3436 | ||
*xterm*color1: #cc0000 | ||
*xterm*color2: #4e9a06 | ||
*xterm*color3: #c4a000 | ||
*xterm*color4: #3465a4 | ||
*xterm*color5: #75507b | ||
*xterm*color6: #0b939b | ||
*xterm*color7: #d3d7cf | ||
*xterm*color8: #555753 | ||
*xterm*color9: #ef2929 | ||
*xterm*color10: #8ae234 | ||
*xterm*color11: #fce94f | ||
*xterm*color12: #729fcf | ||
*xterm*color13: #ad7fa8 | ||
*xterm*color14: #00f5e9 | ||
*xterm*color15: #eeeeec |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
;; -*- mode: emacs-lisp; coding: emacs-mule; -*- | ||
;; -------------------------------------------------------------------------- | ||
;; Desktop File for Emacs | ||
;; -------------------------------------------------------------------------- | ||
;; Created Sun Mar 2 22:50:57 2014 | ||
;; Desktop file format version 206 | ||
;; Emacs version 24.3.1 | ||
|
||
;; Global section: | ||
(setq desktop-missing-file-warning nil) | ||
(setq tags-file-name nil) | ||
(setq tags-table-list nil) | ||
(setq search-ring '("err")) | ||
(setq regexp-search-ring nil) | ||
(setq register-alist nil) | ||
(setq file-name-history '("~/workspace/xdr/regServer/config/controllers.js" "~/workspace/xdr/regServer/config/routes.js" "~/workspace/xdr/regServer/config/adapters.js" "~/workspace/xdr/regServer/api/controllers/MainController.js" "~/.emacs.d/")) | ||
|
||
;; Buffer section -- buffers listed in same order as in buffer list: | ||
(desktop-create-buffer 206 | ||
"/home/kc/workspace/xdr/regServer/config/controllers.js" | ||
"controllers.js" | ||
'js-mode | ||
'(linum-mode) | ||
4105 | ||
'(nil nil) | ||
nil | ||
nil | ||
'((buffer-file-coding-system . undecided-unix))) | ||
|
||
(desktop-create-buffer 206 | ||
"/home/kc/workspace/xdr/regServer/config/routes.js" | ||
"routes.js" | ||
'js-mode | ||
'(linum-mode) | ||
4990 | ||
'(nil nil) | ||
nil | ||
nil | ||
'((buffer-file-coding-system . undecided-unix))) | ||
|
||
(desktop-create-buffer 206 | ||
"/home/kc/workspace/xdr/regServer/api/controllers/MainController.js" | ||
"MainController.js" | ||
'js-mode | ||
'(linum-mode) | ||
1253 | ||
'(1173 nil) | ||
nil | ||
nil | ||
'((buffer-file-coding-system . undecided-unix))) | ||
|
||
(desktop-create-buffer 206 | ||
"/home/kc/workspace/xdr/regServer/config/adapters.js" | ||
"adapters.js" | ||
'js-mode | ||
'(linum-mode) | ||
1 | ||
'(nil nil) | ||
nil | ||
nil | ||
'((buffer-file-coding-system . undecided-unix))) | ||
|
||
(desktop-create-buffer 206 | ||
"/home/kc/.emacs.d/init.el" | ||
"init.el" | ||
'emacs-lisp-mode | ||
'(linum-mode) | ||
354 | ||
'(nil nil) | ||
nil | ||
nil | ||
'((buffer-file-coding-system . undecided-unix))) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
***************************************** | ||
AUTHORS | ||
***************************************** | ||
|
||
NOTE: NEVER send bug reports, help and feature requests directly to the | ||
authors ! | ||
|
||
Original code and ideas by Jonadab the Unsightly One | ||
|
||
Current Maintainers: | ||
* Xavier Maillard (release manager) <zedek@gnu.org> | ||
* Brian Palmer <bpalmer@gmail.com> | ||
|
||
Previous maintainers: | ||
* (1999 2000) Jonadab the Unsightly One <jonadab@bright.net> | ||
* (2000, 2001, 2002, 2003) Alex Schroeder <alex@gnu.org> | ||
|
||
Contributors | ||
|
||
* Deepak Goel <deego@glue.umd.edu> | ||
* S. Pokrovsky <pok@nbsp.nsk.su> for ideas and discussion | ||
* Gordon Messmer <gordon@dragonsdawn.net> for ideas and discussion. | ||
* Sriram Karra <karra@cs.utah.edu> for the color-theme-submit stuff. | ||
* Olgierd `Kingsajz' Ziolko <kingsajz@rpg.pl> for the spec-filter idea. | ||
* Brian Palmer for color-theme-library ideas and code | ||
|
||
Note: all the users that contributed their color themes. See CREDITS.themes | ||
for a complete listing of them. | ||
|
||
Thank you all of you ! |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
This is the list of common problems. | ||
|
||
Emacs 20.7: Some faces are created using copy-face; these faces are | ||
not printed correctly using M-x color-theme-print. They will have | ||
(nil) in their spec. M-x customize-face has the same problem. | ||
|
||
Example: | ||
|
||
(copy-face 'bold 'new-bold) | ||
(color-theme-spec 'bold) | ||
=> (bold ((t (:bold t)))) | ||
(color-theme-spec 'new-bold) | ||
=> (new-bold ((t (nil)))) | ||
|
||
XEmacs 21.1: Some faces are defined using a certain font instead of | ||
of the correct attribute. They will have (nil) in their spec. | ||
M-x customize-face has the same problem. | ||
|
||
Example: | ||
|
||
(color-theme-spec 'bold) | ||
=> (bold ((t (nil)))) | ||
|
||
XEmacs 21.2 and up, Emacs 21: Not compatible with the custom-theme | ||
mode. It should be easy to transform the color-theme source into | ||
custom-theme source, however. | ||
|
||
If you are running XEmacs, then only foreground and background color | ||
of the default face and only the background color of the text-cursor | ||
face will used. This is due to the fact that these three pieces of | ||
information are stored as frame parameters in Emacs. | ||
|
||
If you are running XEmacs, variables cannot have a frame-local | ||
binding. Therefore, if color-theme-is-global is set to nil, the | ||
variable settings in a color theme are ignored. | ||
|
||
Using Emacs and a non-nil value for color-theme-is-global will | ||
install a new color theme for all frames. Using XEmacs and a non-nil | ||
value for color-theme-is-global will install a new color theme only | ||
on those frames that are not using a local color theme. | ||
|
||
If your system does not define the color names used, you will get the | ||
error "undefined color". See the output of `list-colors-display' for | ||
a list of colors defined on your display. | ||
|
||
The :box, :height, and other new attributes will be honored in Emacs | ||
21, but when you print such a color-theme on Emacs 20 or XEmacs 21, | ||
the information will get lost. So don't do that. Furthermore, | ||
customizing these faces may end up showing you a lisp expression | ||
instead of the real widgets on Emacs 20 or XEmacs 21 because these | ||
attributes are not understood. | ||
|
||
:inverse-video handling differs in Emacs and XEmacs. We therefore do | ||
away with it. When printing a color-theme, the inverse-video | ||
attribute should be handled correctly without ever appearing in color | ||
themes. For maintenance, the following might be usefull for | ||
query-replace-regexp. | ||
:background "\([^"]*\)"\(.*\):foreground "\([^"]*\)"\(.*\) :inverse-video t | ||
:background "\3"\2:foreground "\1"\4 | ||
|
||
In XEmacs 21.1, some of the face tests don't work. Example: | ||
(custom-face-bold 'bold) returns nil on my system. A bug report was | ||
submitted. | ||
|
||
Emacs 20 users will loose with new color themes, because these will | ||
set the colors of the default face only, leaving frame background | ||
untouched. In Emacs 20, the colors of the default face and of the | ||
frame could be changed independently. In Emacs 21, this is no longer | ||
true. New color themes will not be made backwards compatible. | ||
|
||
This release was superficially tested with Emacs 21.x/22.x and XEmacs 21.4. |
Oops, something went wrong.