diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30ebeed..fabd314 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,16 @@
-
+
---
+# 0.10.1
+*2017-01-25*
+## Bug Fixes
+❯ Fixed unreadable text color for of all focused floating modal overlays by adding the new `syntax--` class prefix introduced by the new Atom syntax theme package API change regarding the shadow DOM removal for Atom >= 1.13.0. (@abrthel, #53, 1598fabd)
+
+Before
After
+
# 0.10.0
*2017-01-24*
diff --git a/README.md b/README.md
index a42446b..71563c5 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ This theme contains optimized styles to achieve a consistent and uniform UI expe
Detailed descriptions for supported packages can be found in the [project wiki](https://github.com/arcticicestudio/nord-atom-ui/wiki/Package-Support).
## Development
-[![](https://img.shields.io/badge/Changelog-0.10.0-blue.svg)](https://github.com/arcticicestudio/nord-atom-ui/blob/v0.10.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
+[![](https://img.shields.io/badge/Changelog-0.10.1-blue.svg)](https://github.com/arcticicestudio/nord-atom-ui/blob/v0.10.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-atom-ui/issues).
diff --git a/index.less b/index.less
index 1df029f..3bc4651 100644
--- a/index.less
+++ b/index.less
@@ -2,7 +2,7 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Theme Index +
project nord-atom-ui +
-version 0.10.0 +
+version 0.10.1 +
repository https://github.com/arcticicestudio/nord-atom-ui +
author Arctic Ice Studio +
email development@arcticicestudio.com +
diff --git a/package.json b/package.json
index 1d082dd..f95113d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nord-atom-ui",
"theme": "ui",
- "version": "0.10.0",
+ "version": "0.10.1",
"description": "A arctic, north-bluish clean and elegant minimal Atom UI.",
"author": {
"name": "Arctic Ice Studio",
diff --git a/styles/overlays.less b/styles/overlays.less
index 370462c..20f5f20 100644
--- a/styles/overlays.less
+++ b/styles/overlays.less
@@ -36,7 +36,7 @@ atom-panel.modal,
atom-text-editor[mini],
atom-text-editor.mini {
.text(heading);
- .text {
+ .syntax--text {
color: @text-color-highlight;
}
font-size: 24px;