/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/one-light-syntax/styles/syntax-legacy/elixir.less
47 строк
1 KB
chbk
Implement naming conventions in default themes (#20524)
19 фев 2021, 08:55
Не верифицирован
19 фев 2021, 08:55
eb064bf
Код
Авторство
О чём код?
.syntax--source.syntax--elixir { .syntax--source.syntax--embedded.syntax--source { color: @mono-1; } .syntax--constant.syntax--language, .syntax--constant.syntax--numeric, .syntax--constant.syntax--definition { color: @hue-2; } .syntax--variable.syntax--definition, .syntax--variable.syntax--anonymous{ color: @hue-3; } .syntax--parameter.syntax--variable.syntax--function { color: @hue-6; font-style: italic; } .syntax--quoted{ color: @hue-4; } .syntax--keyword.syntax--special-method, .syntax--embedded.syntax--section, .syntax--embedded.syntax--source.syntax--empty, { color: @hue-5; } .syntax--readwrite.syntax--module { .syntax--punctuation { color: @hue-5; } } .syntax--regexp.syntax--section, .syntax--regexp.syntax--string { color: @hue-5-2; } .syntax--separator, .syntax--keyword.syntax--operator { color: @hue-6; } .syntax--variable.syntax--constant { color: @hue-6-2; } .syntax--array, .syntax--scope, .syntax--section { color: @mono-2; } }