svg-mode-line-themes icon indicating copy to clipboard operation
svg-mode-line-themes copied to clipboard

SVG-based themes for mode-line

Results 9 svg-mode-line-themes issues
Sort by recently updated
recently updated
newest added

Hello, I just realized that svg-mode-line-themes and anzu-mode are _kind-of_ incompatible. The latter uses the modeline to display information (e.g. the number of total matches of `isearch-forward`), but when a...

- [ ] Modify row to have :background :overlay Both of which are SVG layers. - [ ] Add documentation to README

Will add to README : ### Including bitmap images and other svg It's possible to include external images, bitmap (png/jpg/gif) and svg, in your themes. For online resources use their...

Since row's aren't literal _rows_ they should be named something more fitting. e.g. _section_ or _block_

``` Generate an smt type of NAME with properties PROPS, ie. smt/NAME To define an instance of type use smt/def-NAME. To make ??? (I don't know) use smt/make-NAME. A predicate...

- [ ] Modify widget to have additional properties... ``` :background :overlay ``` Both of which are SVG layers. - [ ] Add documentation to README

All functions and macros should have a docstring, to aid developers using the library. A few I don't fully understand enough to document myself. - [x] `smt/deftype` - [x] `smt/get`...

http://www.emacswiki.org/emacs/DelightedModes I think it would be a good thing if minor mode lighters were displayed as expected, and use something like delight.el to customise them. Also to document this in...