mirror of
https://github.com/atom/atom.git
synced 2026-01-28 00:08:13 -05:00
25 lines
605 B
Plaintext
25 lines
605 B
Plaintext
|
|
// Atom Dark UI theme
|
|
|
|
|
|
@import "styles/ui-variables.less";
|
|
@import "styles/ui-mixins.less";
|
|
|
|
@import "styles/atom.less";
|
|
@import "styles/buttons.less";
|
|
@import "styles/editor.less";
|
|
@import "styles/git.less";
|
|
@import "styles/lists.less";
|
|
@import "styles/messages.less";
|
|
@import "styles/nav.less";
|
|
@import "styles/overlays.less";
|
|
@import "styles/panels.less";
|
|
@import "styles/panes.less";
|
|
@import "styles/progress.less";
|
|
@import "styles/sites.less";
|
|
@import "styles/tabs.less";
|
|
@import "styles/text.less";
|
|
@import "styles/tooltips.less";
|
|
@import "styles/tree-view.less";
|
|
@import "styles/utilities.less";
|