-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.less
More file actions
37 lines (33 loc) · 1006 Bytes
/
Copy pathindex.less
File metadata and controls
37 lines (33 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// UI Theme
// -------------------
// This is the main file that imports all the Less files from the `/styles` directory.
// For more infos about creating themes, check out:
// http://flight-manual.atom.io/hacking-atom/sections/creating-a-theme
@import 'styles/ui-variables';
@import 'styles/ui-variables-john';
@import 'styles/base';
@import 'styles/badges';
@import 'styles/buttons';
@import 'styles/controls';
@import 'styles/dock';
@import 'styles/editor';
@import 'styles/find-and-replace';
@import 'styles/git';
@import 'styles/key-binding';
@import 'styles/linter';
@import 'styles/line-numbers';
@import 'styles/lists';
@import 'styles/minimap';
@import 'styles/modals';
@import 'styles/notifications';
@import 'styles/panels';
@import 'styles/popovers';
@import 'styles/progress';
@import 'styles/select-lists';
@import 'styles/settings';
@import 'styles/sites';
@import 'styles/status-bar';
@import 'styles/tabs';
@import 'styles/text';
@import 'styles/tooltips';
@import 'styles/tree-view';