]> git.lizzy.rs Git - micro.git/history - cmd/micro/colorscheme.go
Code optimisation (#1117)
[micro.git] / cmd / micro / colorscheme.go
2018-01-06 Zachary YedidiaMerge pull request #877 from IOAyman/readme
2018-01-04 Zachary YedidiaInitial support for terminal within micro
2017-11-19 Zachary YedidiaMerge pull request #613 from GeigerCounter/build_tools
2017-10-21 Zachary YedidiaMerge pull request #782 from i-amdroid/master
2017-10-04 Zachary YedidiaMerge pull request #850 from nitsakh/feat-809
2017-10-01 Zachary YedidiaFix some golint warnings
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-03-01 Zachary YedidiaMerge pull request #570 from yursan9/yaml
2017-02-26 Zachary YedidiaUse new syntax highlighting engine from zyedidia/highlight
2017-02-20 Zachary YedidiaFix bold highlighting not working right
2016-12-23 NicolaiMerge remote-tracking branch 'refs/remotes/zyedidia...
2016-12-11 Zachary YedidiaMerge
2016-12-11 Zachary YedidiaDisplay colorscheme error message using TermMessage
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-09-18 Zachary YedidiaMerge
2016-09-18 Zachary YedidiaInherit background color from default
2016-09-16 Zachary YedidiaAdd function to load runtime files from a directory...
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-16 Zachary YedidiaMerge pull request #363 from boombuler/rtfiles
2016-09-15 Florian Sundermannallow plugins to list / read runtime files
2016-09-15 Florian Sundermannsimplified file handling for runtime files
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-07 Zachary YedidiaCheck colorschemes from ~/.config/micro/colorschemes
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaMerge pull request #283 from boombuler/autocompleteplugin
2016-09-04 Zachary YedidiaMerge pull request #304 from techtonik/windate
2016-09-04 Zachary YedidiaMerge
2016-09-04 Zachary YedidiaDon't allow setting invalid colorschemes
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 Zachary YedidiaMerge
2016-08-31 Zachary YedidiaAdd "bubblegum" light colorscheme
2016-08-28 Zachary YedidiaFix various small details and update readme
2016-08-28 Zachary YedidiaRename 'default' colorscheme to 'simple'
2016-08-27 Zachary YedidiaAdd zenburn colorscheme
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-21 Zachary YedidiaAdd gruvbox colorscheme
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-05 Zachary YedidiaChange default colorscheme to monokai
2016-06-23 Zachary YedidiaAdd new colorschemes to runtime
2016-06-09 Zachary YedidiaFix cursor line in true color colorschemes
2016-04-30 Zachary YedidiaMerge pull request #87 from aerth/bindings-help
2016-04-30 Zachary YedidiaUse a map for settings instead of a struct
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-18 Zachary YedidiaUse XDG_CONFIG_HOME for configuration directory
2016-04-18 Zachary YedidiaCreate ~/.micro if it does not exist
2016-04-18 Zachary YedidiaEmbed runtime files in the go binary
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file