/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/atom-dark-syntax/styles/editor.less
50 строк
981 B
David Wilson
:arrow_right: Migrate core package 'atom-dark-syntax' into ./packages
24 сен 2018, 21:03
24 сен 2018, 21:03
67fb4c1
Код
Авторство
О чём код?
atom-text-editor { background-color: @syntax-background-color; color: @syntax-text-color; .invisible-character { color: @syntax-invisible-character-color; } .indent-guide { color: @syntax-indent-guide-color; } .wrap-guide { background-color: @syntax-wrap-guide-color; } .gutter { background-color: @syntax-gutter-background-color; } .gutter .cursor-line { background-color: @syntax-gutter-background-color-selected; } .line-number.cursor-line-no-selection { background-color: @syntax-gutter-background-color-selected; } .gutter .line-number.folded, .gutter .line-number:after, .fold-marker:after { color: #fba0e3; } .invisible { color: @syntax-text-color; } .cursor { border-color: @syntax-cursor-color; } .selection .region { background-color: @syntax-selection-color; } .bracket-matcher .region { border-bottom: 1px solid #f8de7e; margin-top: -1px; opacity: .7; } }