Add contents to README
This commit is contained in:
parent
3e30ce98e4
commit
4814693bda
1 changed files with 70 additions and 63 deletions
133
README.md
133
README.md
|
|
@ -1,5 +1,11 @@
|
|||
#iTerm Color Schemes#
|
||||
|
||||
- [Intro](#intro)
|
||||
- [Installation Instructions](#installation-instructions)
|
||||
- [Screenshots](#screenshots)
|
||||
- [Extra](#extra)
|
||||
- [X11 Installation](#x11-installation)
|
||||
|
||||
##Intro##
|
||||
This is a set of color schemes for iTerm (aka iTerm2). Screenshots below and in the [screenshots](https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/screenshots) directory.
|
||||
|
||||
|
|
@ -40,69 +46,6 @@ To install:
|
|||
* Select the .itermcolors file(s) of the scheme(s) you'd like to use
|
||||
* Click on Load Presets and choose a color scheme
|
||||
|
||||
###X11 Installation###
|
||||
To install under the [X Window System](http://www.x.org/):
|
||||
|
||||
* Import the .xrdb file of the scheme you'd like to use:
|
||||
|
||||
#include "/home/mbadolato/iTerm2-Color-Schemes/xrdb/Blazer.xrdb"
|
||||
|
||||
* Use the `#define`s provided by the imported .xrdb file:
|
||||
|
||||
Rxvt*color0: Ansi_0_Color
|
||||
Rxvt*color1: Ansi_1_Color
|
||||
Rxvt*color2: Ansi_2_Color
|
||||
Rxvt*color3: Ansi_3_Color
|
||||
Rxvt*color4: Ansi_4_Color
|
||||
Rxvt*color5: Ansi_5_Color
|
||||
Rxvt*color6: Ansi_6_Color
|
||||
Rxvt*color7: Ansi_7_Color
|
||||
Rxvt*color8: Ansi_8_Color
|
||||
Rxvt*color9: Ansi_9_Color
|
||||
Rxvt*color10: Ansi_10_Color
|
||||
Rxvt*color11: Ansi_11_Color
|
||||
Rxvt*color12: Ansi_12_Color
|
||||
Rxvt*color13: Ansi_13_Color
|
||||
Rxvt*color14: Ansi_14_Color
|
||||
Rxvt*color15: Ansi_15_Color
|
||||
Rxvt*colorBD: Bold_Color
|
||||
Rxvt*colorIT: Italic_Color
|
||||
Rxvt*colorUL: Underline_Color
|
||||
Rxvt*foreground: Foreground_Color
|
||||
Rxvt*background: Background_Color
|
||||
Rxvt*cursorColor: Cursor_Color
|
||||
|
||||
XTerm*color0: Ansi_0_Color
|
||||
XTerm*color1: Ansi_1_Color
|
||||
XTerm*color2: Ansi_2_Color
|
||||
XTerm*color3: Ansi_3_Color
|
||||
XTerm*color4: Ansi_4_Color
|
||||
XTerm*color5: Ansi_5_Color
|
||||
XTerm*color6: Ansi_6_Color
|
||||
XTerm*color7: Ansi_7_Color
|
||||
XTerm*color8: Ansi_8_Color
|
||||
XTerm*color9: Ansi_9_Color
|
||||
XTerm*color10: Ansi_10_Color
|
||||
XTerm*color11: Ansi_11_Color
|
||||
XTerm*color12: Ansi_12_Color
|
||||
XTerm*color13: Ansi_13_Color
|
||||
XTerm*color14: Ansi_14_Color
|
||||
XTerm*color15: Ansi_15_Color
|
||||
XTerm*colorBD: Bold_Color
|
||||
XTerm*colorIT: Italic_Color
|
||||
XTerm*colorUL: Underline_Color
|
||||
XTerm*foreground: Foreground_Color
|
||||
XTerm*background: Background_Color
|
||||
XTerm*cursorColor: Cursor_Color
|
||||
|
||||
* Store the above snippets in a file and pass it in:
|
||||
|
||||
$ xrdb -merge YOUR_FILE_CONTAINING_ABOVE_SNIPPETS
|
||||
|
||||
* Open new XTerm or Rxvt windows to see the changes.
|
||||
|
||||
* Adapt this procedure to other terminals as needed.
|
||||
|
||||
##Screenshots##
|
||||
**Blazer**
|
||||
|
||||
|
|
@ -216,6 +159,70 @@ To install under the [X Window System](http://www.x.org/):
|
|||
|
||||

|
||||
|
||||
## Extra
|
||||
###X11 Installation###
|
||||
To install under the [X Window System](http://www.x.org/):
|
||||
|
||||
* Import the .xrdb file of the scheme you'd like to use:
|
||||
|
||||
#include "/home/mbadolato/iTerm2-Color-Schemes/xrdb/Blazer.xrdb"
|
||||
|
||||
* Use the `#define`s provided by the imported .xrdb file:
|
||||
|
||||
Rxvt*color0: Ansi_0_Color
|
||||
Rxvt*color1: Ansi_1_Color
|
||||
Rxvt*color2: Ansi_2_Color
|
||||
Rxvt*color3: Ansi_3_Color
|
||||
Rxvt*color4: Ansi_4_Color
|
||||
Rxvt*color5: Ansi_5_Color
|
||||
Rxvt*color6: Ansi_6_Color
|
||||
Rxvt*color7: Ansi_7_Color
|
||||
Rxvt*color8: Ansi_8_Color
|
||||
Rxvt*color9: Ansi_9_Color
|
||||
Rxvt*color10: Ansi_10_Color
|
||||
Rxvt*color11: Ansi_11_Color
|
||||
Rxvt*color12: Ansi_12_Color
|
||||
Rxvt*color13: Ansi_13_Color
|
||||
Rxvt*color14: Ansi_14_Color
|
||||
Rxvt*color15: Ansi_15_Color
|
||||
Rxvt*colorBD: Bold_Color
|
||||
Rxvt*colorIT: Italic_Color
|
||||
Rxvt*colorUL: Underline_Color
|
||||
Rxvt*foreground: Foreground_Color
|
||||
Rxvt*background: Background_Color
|
||||
Rxvt*cursorColor: Cursor_Color
|
||||
|
||||
XTerm*color0: Ansi_0_Color
|
||||
XTerm*color1: Ansi_1_Color
|
||||
XTerm*color2: Ansi_2_Color
|
||||
XTerm*color3: Ansi_3_Color
|
||||
XTerm*color4: Ansi_4_Color
|
||||
XTerm*color5: Ansi_5_Color
|
||||
XTerm*color6: Ansi_6_Color
|
||||
XTerm*color7: Ansi_7_Color
|
||||
XTerm*color8: Ansi_8_Color
|
||||
XTerm*color9: Ansi_9_Color
|
||||
XTerm*color10: Ansi_10_Color
|
||||
XTerm*color11: Ansi_11_Color
|
||||
XTerm*color12: Ansi_12_Color
|
||||
XTerm*color13: Ansi_13_Color
|
||||
XTerm*color14: Ansi_14_Color
|
||||
XTerm*color15: Ansi_15_Color
|
||||
XTerm*colorBD: Bold_Color
|
||||
XTerm*colorIT: Italic_Color
|
||||
XTerm*colorUL: Underline_Color
|
||||
XTerm*foreground: Foreground_Color
|
||||
XTerm*background: Background_Color
|
||||
XTerm*cursorColor: Cursor_Color
|
||||
|
||||
* Store the above snippets in a file and pass it in:
|
||||
|
||||
$ xrdb -merge YOUR_FILE_CONTAINING_ABOVE_SNIPPETS
|
||||
|
||||
* Open new XTerm or Rxvt windows to see the changes.
|
||||
|
||||
* Adapt this procedure to other terminals as needed.
|
||||
|
||||
----
|
||||
|
||||
iTerm Color Schemes | iTerm2 Color Schemes | iTerm 2 Color Schemes | iTerm Themes | iTerm2 Themes | iTerm 2 Themes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue