diff --git a/themes/neue-dark-ui/atom.less b/themes/neue-dark-ui/atom.less index 4175d05aa..60a4dbe00 100644 --- a/themes/neue-dark-ui/atom.less +++ b/themes/neue-dark-ui/atom.less @@ -3,4 +3,4 @@ #root-view { font: caption; background-color: @app-background-color; -} \ No newline at end of file +} diff --git a/themes/neue-dark-ui/icons.less b/themes/neue-dark-ui/icons.less new file mode 100644 index 000000000..72af725ed --- /dev/null +++ b/themes/neue-dark-ui/icons.less @@ -0,0 +1,10 @@ +@import "ui-mixins"; +@import "ui-colors"; + +a.icon { + text-decoration: none; + color: @text-color; + &:hover{ + color: @text-color-highlight; + } +} \ No newline at end of file diff --git a/themes/neue-dark-ui/package.cson b/themes/neue-dark-ui/package.cson index 16c7ef40d..93d12ca46 100644 --- a/themes/neue-dark-ui/package.cson +++ b/themes/neue-dark-ui/package.cson @@ -1,6 +1,7 @@ 'stylesheets': [ 'atom' 'text' + 'icons' 'buttons' 'panels' 'lists'