Greg Pfeil
f78cdd21d4
Add a section to help people reporting bugs.
14 years ago
Greg Pfeil
edd7ab5e28
Reorder some sections.
14 years ago
Greg Pfeil
4f9a200dae
Change gnus highlighting.
...
Hopefully this won't piss anyone off …
14 years ago
Greg Pfeil
11bc7379be
Fix diff highlighting.
14 years ago
Greg Pfeil
4c7a6dd236
Add `fmt-none` to override default formatting we don't want.
14 years ago
Greg Pfeil
7cf2017f3f
Fix the header-line face.
14 years ago
Greg Pfeil
f39a9c2ee4
Make style definitions stricter.
...
Turns off bold/italic/underline/inverse in faces where we don't explicitly set it.
14 years ago
Greg Pfeil
c003d9a45c
Bring more colors in line with VIM faces.
14 years ago
Greg Pfeil
26bd3f777d
Define some vars so that our definitions look more like the VIM ones.
14 years ago
Greg Pfeil
230c0e4e20
Make region highlighting match VIM.
...
Fixes issue #40 .
14 years ago
Greg Pfeil
072d5b4fef
Try to bring diff-mode into sync with current VIM highlighting.
...
Addresses issue #31 .
14 years ago
Greg Pfeil
5334941f95
Fix flymake faces.
...
This fixes issue #23 and #28 .
14 years ago
Greg Pfeil
9a33d6c429
Merge branch 'rainbow-delimiters-mode' of https://github.com/santamon/emacs-color-theme-solarized into santamon-rainbow-delimiters-mode
...
Conflicts:
solarized-definitions.el
14 years ago
Greg Pfeil
ffaa826c47
Add faces for flymake.
...
This is for issue #23 , but they don't seem to work.
14 years ago
Greg Pfeil
f2f3e7f1b2
Improve colors for custom faces.
14 years ago
Greg Pfeil
bb8ff0785d
Add definitions for eshell-ls.
...
Fixes issue #29 .
14 years ago
Greg Pfeil
cc46e20d96
Update degraded colors to match VIM.
14 years ago
Greg Pfeil
ad41bd572c
Fix some bad line wrapping when customizing variables.
14 years ago
Greg Pfeil
043b3e42df
Add a definition for `eshell-prompt`.
...
Should at least improve issue #29 .
14 years ago
Greg Pfeil
0127faafbe
Add `solarized-broken-srgb` custom variable.
...
This allows real sRGB colors where it's supported and Gen RGB where it's not. Fixes issue #19 .
Adapted from a patch by @hdhoang .
14 years ago
Greg Pfeil
607de3b0c7
Update the README to instruct Emacs 24 users to use `custom-theme-load-path` rather than `load-path`.
...
Fixes issue #18 .
14 years ago
Greg Pfeil
f476294a37
Whoops – the fix for #25 that I had for the Emacs 24 themes doesn't work for color theme. This fixes color theme.
14 years ago
Greg Pfeil
925459d47c
Look up definitions file directly rather than depending on `load-path`.
...
Fix issue #25 .
14 years ago
Greg Pfeil
3448aa89c0
Merge pull request #37 from mamciek/master
...
Marmalade Repo support
15 years ago
Maciej Mazur
b45bf32a7f
Added Marmalade Repo support
15 years ago
Greg Pfeil
cfa6d87355
Add the solarized-contrast custom variable.
...
As requested in issue #32 . I hadn’t added it previously, due to the description attached to it: “Stick with normal! It's been carefully tested. Setting this option to high or low does use the same Solarized palette but simply shifts some values up or down in order to expand or compress the tonal range displayed.”
15 years ago
Szymon Witamborski
b974fa3190
Added support for rainbow-delimiters-mode.
15 years ago
Greg Pfeil
26260c07e2
Removed the per-theme , since issue #16 is (hopefully) fixed now.
15 years ago
Greg Pfeil
4a597821a5
Merge branch 'master' of https://github.com/mads379/emacs-color-theme-solarized into mads379-master
15 years ago
Greg Pfeil
d4a524db32
Change `MAKE-SYMBOL` back to `INTERN`. This should fix issue #16 .
15 years ago
Greg Pfeil
9cf0ddaad5
Replaced my broken `create-solarized-theme` with a working one provided by @davidsantiago .
15 years ago
Greg Pfeil
be6084bb20
Added a necessary `(require 'cl)`, per @plathrop’s pull request.
15 years ago
Mads Hartmann
d56f387ebc
Ido colors
15 years ago
Mads Hartmann
9a8e6553c7
Styling of linum so it looks as you would expect. Works best with (setq linum-format %4d) IMO
15 years ago
Mads Hartmann
adc0ecbb0d
using deftheme in each theme file so you can load the theme with enable-theme 'solarized-dark' or light
15 years ago
Greg Pfeil
bd8f688a8b
Merge pull request #13 from mads379/master.
...
When using the theme as a customs theme the background didn't get set properly
15 years ago
Mads Hartmann
c9e1eb8c2e
When using the theme as a customs theme the background didn't get set properly.
15 years ago
Greg Pfeil
096297b463
Merged pull request #11 from huyz/master.
...
Implemented the 16-color mode for emacs in terminal mode
15 years ago
Huy
56276c9844
Implemented Solarized for terminal emulators.
...
Implemented the 16-color mode for emacs in terminal mode, just as the
vim colorscheme does: with the same default and the same configuration
variable.
Updated the README accordingly.
15 years ago
Greg Pfeil
94f1fc6cd6
Major refactoring to unify definitions between color-theme and both light and dark Emacs 24 themes.
15 years ago
Greg Pfeil
52b645ee21
Changed hl-line to be base02. Fixes issue #10 .
15 years ago
Greg Pfeil
e05458f732
Added some widget faces, so that customize text boxes are readable.
15 years ago
Greg Pfeil
a312eb93f1
Merge branch 'master' of https://github.com/cycojesus/emacs-color-theme-solarized into cycojesus-master
15 years ago
Gwenhael Le Moine
56a0a4d875
fine-tune mode-line-buffer-id
15 years ago
Gwenhael Le Moine
3bac854be2
mode-line-duffer-id fg and bg were the same
15 years ago
Greg Pfeil
29dc3e5b8f
One last rendering error.
15 years ago
Greg Pfeil
8c1cdf399a
One more rendering error …
15 years ago
Greg Pfeil
5a314bc1ab
Fix some rendering errors.
15 years ago
Greg Pfeil
87c7f8fdb3
Replaced the README with something more Emacs-specific. It still doesn't align with reality 100%, but should be a lot closer.
15 years ago
Greg Pfeil
be5fed9e3e
Added a "Generic RGB" color set, which will hopefully look more correct than sRGB to most Emacs users.
15 years ago