mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
fix naming of background colors in default ui colors
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
@background-color-3: #fff;
|
||||
|
||||
// Highlight color for background corresponding in index to background-color
|
||||
@background-highlight-color-1: rgba(0, 0, 0, .2);
|
||||
@background-highlight-color-2: rgba(0, 0, 0, .2);
|
||||
@background-highlight-color-3: rgba(0, 0, 0, .2);
|
||||
@background-color-highlight-1: rgba(0, 0, 0, .2);
|
||||
@background-color-highlight-2: rgba(0, 0, 0, .2);
|
||||
@background-color-highlight-3: rgba(0, 0, 0, .2);
|
||||
|
||||
// Border color for background corresponding in index to background-color.
|
||||
@border-color-1: #eee;
|
||||
|
||||
Reference in New Issue
Block a user