]> git.r.bdr.sh - rbdr/api-notation-atom/blame - styles/colors.less
Adds the API notation grammar
[rbdr/api-notation-atom] / styles / colors.less
CommitLineData
52942a9a
BB
1// These colors are specific to the theme. Do not use in a package!
2
3@very-light-gray: #c5c8c6;
4@light-gray: #969896;
5@gray: #373b41;
6@dark-gray: #282a2e;
7@very-dark-gray: #1d1f21;
8
9@cyan: #8abeb7;
10@blue: #81a2be;
11@purple: #b294bb;
12@green: #b5bd68;
13@red: #cc6666;
14@orange: #de935f;
15@light-orange: #f0c674;