mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add icons.less
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
#root-view {
|
||||
font: caption;
|
||||
background-color: @app-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
10
themes/neue-dark-ui/icons.less
Normal file
10
themes/neue-dark-ui/icons.less
Normal file
@@ -0,0 +1,10 @@
|
||||
@import "ui-mixins";
|
||||
@import "ui-colors";
|
||||
|
||||
a.icon {
|
||||
text-decoration: none;
|
||||
color: @text-color;
|
||||
&:hover{
|
||||
color: @text-color-highlight;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
'stylesheets': [
|
||||
'atom'
|
||||
'text'
|
||||
'icons'
|
||||
'buttons'
|
||||
'panels'
|
||||
'lists'
|
||||
|
||||
Reference in New Issue
Block a user