Created
August 22, 2016 19:45
-
-
Save myvitaliy/068c20a4d01f28662b101acb37bf066c to your computer and use it in GitHub Desktop.
MODx Ace Material Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MODx Ace Material Theme | |
Системные настройки > Пространство имен "ace": | |
Размер шрифта: 18px | |
Высота области редактирования: 560 | |
Невидимые символы: Да | |
Мягкая табуляция: Нет | |
Размер табуляции: 2 | |
Тема редактора: tomorrow_night | |
Filesystem > super > templates > default > css > index.css: | |
.ace_editor{line-height: 1.4!important} | |
.ace_gutter{color:#666E79!important} | |
.ace_active-line,.ace_gutter-active-line{background-color:#2A2F38!important} | |
.ace_scroller,.ace_gutter {background-color: #272B33!important} | |
.ace_meta.ace_tag{color:#A6B2C0!important} | |
.ace_meta.ace_tag.ace_tag-name{color:#DF6A73!important} | |
.ace_entity.ace_other.ace_attribute-name{color:#D2945D!important} | |
.ace_string{color:#90C378!important} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment