Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-07 16:34:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-07 16:34:37 +0300
commit1812c1d4de8e0a1041b265ff51d38037ad238e56 (patch)
treefa2aed38239791dff82974953a0b7668ab92a466 /CHANGELOG
parent94ea4f42967e7fd48df77effc33cf04b3fb44432 (diff)
parent9a8ffadc39bf3d9742d4c623d261bee4c6d9e5bf (diff)
Merge branch 'improved-monokai' into 'master'
Improve Monokai highlight style to match original The current monokai style is not very true to the original and lacks colors for certain syntactic items as mentioned in ticket https://github.com/gitlabhq/gitlabhq/issues/6855. This change's goal is to bring the monokai highlight style in line with the original design from http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/ Before: ![monokai-old](https://gitlab.com/uploads/klowner/gitlab-ce/ce96c7d7c2/monokai-old.png) After: ![monokai](https://gitlab.com/uploads/klowner/gitlab-ce/b257a8143a/monokai.png) See merge request !238
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0f9cb066b7a..ab84b36d749 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ v 7.6.0
- Add optional Sidekiq MemoryKiller middleware (enabled via SIDEKIQ_MAX_RSS env variable)
-
-
+ - Monokai highlighting style now more faithful to original design (Mark Riedesel)
- Create project with repository in synchrony
- Added ability to create empty repo or import existing one if project does not have repository
-