-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.less
More file actions
55 lines (44 loc) · 1.25 KB
/
Copy pathstyles.less
File metadata and controls
55 lines (44 loc) · 1.25 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
@import "ui-variables";
@background-color-highlight: #552;
@background-color-selected: #5903F3;
@tree-view-background-color: #535;
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// background-color: #282c34;
}
atom-text-editor.editor .selected {
background-color: #592;
}
// To style other content in the text editor's shadow DOM, use the .editor expression
atom-text-editor.editor .cursor {
border-color: red;
}
@import "/home/fusion809/.atom/devicons/css/devicons.css";
@import "/home/fusion809/.atom/font-linux/assets/font-linux.css";
@import "/home/fusion809/.atom/font-mfizz/dist/font-mfizz.css";
@import "/home/fusion809/.atom/ionicons/css/ionicons.css";
atom-workspace.project-manager {
font-size: 14px;
}
atom-workspace.tree-view {
background-color: #454;
}
.punctuation.output.liquid {
color: #f35922;
}
.punctuation.tag.liquid {
color: #94f125;
}
.support.function.download {
color: rgb(100,10,10);
}