Sam Umbach
ec76be57b9
Update screenshot URLs in emacs README
13 years ago
Sam Umbach
136988005a
Switch to relative links to images in Markdown
...
- New GitHub Feature: https://github.com/blog/1395-relative-links-in-markup-files
13 years ago
Trevor Bramble
644d4db64e
Add Xchat port
14 years ago
Trevor Bramble
fd69ea5f40
Add Qt Creator port
14 years ago
Trevor Bramble
56fe064899
Add Gedit port
14 years ago
Trevor Bramble
27d0a72989
Add XFCE4 Terminal submodule
14 years ago
Trevor Bramble
8a9ab89743
Merge pull request #219 from alanhamlett/master
...
removed backslashes after images in readme file
14 years ago
Trevor Bramble
97816c2615
Removing old xresources implementation
14 years ago
Trevor Bramble
ad89996e36
Add new xresources repository as submodule
14 years ago
Alan Hamlett
7d3b09bf9c
removed backslashes after images
14 years ago
Trevor Bramble
e4adbe6517
Merge pull request #218 from ivanoats/master
...
Improve formatting on .muttrc colorscheme source instructions
14 years ago
Ivan Storck
1b324bfd49
Improve formatting on .muttrc source instructions
14 years ago
Trevor Bramble
5e1fc7b274
Let the iTerm 2 people tell people where to download
14 years ago
Trevor Bramble
3cc52f5810
Merge branch 'master' of github.com:jeffmarshall/solarized
14 years ago
Trevor Bramble
4b2a265baa
Merge branch 'master' of github.com:sethwoodworth/solarized
...
Conflicts:
vim-colors-solarized/README.mkd
14 years ago
Seth Woodworth
24a5133144
reverting the Modified date
14 years ago
Trevor Bramble
4fd7111eac
Merge pull request #109 from ornicar/XresourcesForeground
...
Set Xresources foreground color to base0
14 years ago
Trevor Bramble
3aa521330e
Add simple instructions for .Xresources setup
14 years ago
Trevor Bramble
0c5fbc71bf
merge conflict resolution
14 years ago
Trevor Bramble
def3b410f0
Update vim-colors-solarized/README.mkd
...
Swap Xdefaults for Xresources. (Xdefaults is deprecated.)
14 years ago
Trevor Bramble
44b253658c
Merge pull request #193 from dscho/master
...
[me] is not enough to link...
14 years ago
Trevor Bramble
e50c1fe1d1
Merge pull request #132 from juhasz/master
...
Markdwon fix in vim colors readme (Advanced Configuration section)
14 years ago
Trevor Bramble
74a3ea5056
Merge pull request #207 from adamnbowen/patch-1
...
Correct spelling of 'colorscheme' in README.
14 years ago
Trevor Bramble
58bd9db1ac
Merge pull request #196 from AnthonyDiSanti/master
...
Fixed typo in the vim README
14 years ago
Trevor Bramble
b8d2c2b86e
Merge pull request #163 from zakj/patch-1
...
Fix typo: "Solaris" -> "Solarized"
14 years ago
Trevor Bramble
bbd24a5581
Merge pull request #95 from jpo/master
...
Typos in README files
14 years ago
Seth Woodworth
b466f09442
Fix the display of a table vim README
14 years ago
Adam Bowen
a4685472be
Correct spelling of 'colorscheme' in README.
14 years ago
Anthony DiSanti
b000d11317
Fixed typo in the README
14 years ago
Johannes Schindelin
702c439837
Fix link to 'me'
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
14 years ago
Steve Siano
2121c4fce0
Minor documentation edit.
14 years ago
Zak Johnson
77cc649e4a
Fix typo: "Solaris" -> "Solarized"
14 years ago
Márton Juhász
782b5969ae
Fix markdown in Advanced Configuration section
15 years ago
jeffmarshall
3746b8a1b4
updated the iterm2 download link
15 years ago
Ethan Schoonover
c350650cb7
Merge branch 'master' of github.com:altercation/solarized
15 years ago
Ethan Schoonover
856f366dcb
Merge commit '528a59f26d12278698bb946f8fb82a63711eec21'
15 years ago
Ethan Schoonover
528a59f26d
[vim] solarized.vim menu updates
15 years ago
Ethan Schoonover
27200e9b02
Merge commit '680df556d97b69cc46b148598b7e536463847919'
15 years ago
ornicar
705fea04ad
Set Xresources foreground color to base0
15 years ago
Ethan Schoonover
f16b2416f4
Merge commit '7a7e5c8818d717084730133ed6b84a3ffc9d0447'
15 years ago
Drew Neil
7a7e5c8818
[vim] add highlighting for gitcommit values (useful in fugitive)
...
This is a modified version of a patch from @nelstrom . Any mistakes are
my own (@altercation ), the fine idea and original work is @nelstrom's.
This establishes a good default set of highlight values when viewing
the status window using @tpope's fugitive plugin.
15 years ago
Ethan Schoonover
680df556d9
Merge commit 'a8c94682fe86e556d190b8d22868538ad6149b3b'
15 years ago
Ethan Schoonover
a8c94682fe
[vim] reorganized gui menu, added help links for submenus
...
New gui menu structure; better organized, seperators, and new
help links in submenus, particularly for visibiliy, contrast, and
experimental submenus where the purpose of those settings might not
always be intuitive.
15 years ago
Ethan Schoonover
3681b451ef
Merge commit 'a7c77fa73b4f1340af242bae0dbbb269e1768a38'
15 years ago
Ethan Schoonover
a7c77fa73b
[vim] fixed regression where bold was not active in gui
...
A test for t_Co < 16 also snagged the gui despite t_Co not
being defined in gui mode. Changed to t_Co == 8 for now,
which is the only known case requiring bold off. There may
be other t_Co values under 16 in low color terminals but I
haven't found them yet, so this should be sufficient.
15 years ago
Ethan Schoonover
8d2931e7cf
Merge commit '8ee3566a413197a7414bf60c47ff2221e8ffb8e7'
15 years ago
Ethan Schoonover
8ee3566a41
[vim] new, experimental trailing space function and menu item
...
Visibility of listchars is handled by g:solarized_visibility
but on the cursorline they can still be hard to spot if cursorline
is on due to the cursorline background color.
This new trailing spaces function, available in the menu or via
emenu, should change the trailing space highlighting on only
the cursorline. It doesn't work in call cases as, for example,
the comments pattern in most syntaxes will override it.
15 years ago
Ethan Schoonover
a4be301d06
Merge commit '1ebc43af72ecf8499d4057b5ace63c37f84ca7d9'
15 years ago
Ethan Schoonover
1ebc43af72
[vim] modified normal/high visibility highlighting for listchars
...
normal visibility is now both less obnoxiously red and more visible
due to a background used on trailing whitespace.
normal is now set as default due to more acceptable highlighting.
15 years ago
Ethan Schoonover
edfc8019b5
Merge pull request #103 from tpope/vim_diff
...
Vim diff filetype highlighting
15 years ago