/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/solarized-light-syntax/styles/editor.less
44 строки
807 B
Ryan Olson
:arrow_right: Migrate core package 'solarized-light-syntax' into ./packages
07 дек 2018, 02:19
07 дек 2018, 02:19
fe801d3
Код
Авторство
О чём код?
atom-text-editor { color: @syntax-text-color; background-color: @syntax-background-color; .gutter { color: @syntax-gutter-text-color; background-color: @syntax-gutter-background-color; .line-number { &.cursor-line { background-color: @syntax-gutter-background-color-selected; } } } .invisible-character { color: @syntax-invisible-character-color; } .indent-guide { color: @syntax-indent-guide-color; } .cursor { border-color: @syntax-cursor-color; } .cursor-line { background-color: @syntax-cursor-line; } .selection .region { background-color: @syntax-selection-color; } .fold-marker:after, .gutter .line-number.folded { color: @magenta; } .bracket-matcher .region { border-color: @magenta; } }