-
-
Save skazhikadyadya/07f72448cd8d4aefbf4d8fcaef12607b to your computer and use it in GitHub Desktop.
MODx Ace Material Theme #modx
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 | |
1. Системные настройки > Пространство имен "ace": | |
Размер шрифта: 13px | |
Высота области редактирования: 560 | |
Невидимые символы: Да | |
Мягкая табуляция: Нет | |
Размер табуляции: 2 | |
Тема редактора: tomorrow_night | |
2. Файлы: Filesystem > super > templates > default > css > index.css: | |
(Добавить в конце) | |
.ace_editor{font-size: 13px; line-height: 1.5!important; font-family: 'Menlo Regular', 'Consolas', 'source-code-pro', monospace!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} | |
3. Очистить кеш через меню. |
Author
skazhikadyadya
commented
Feb 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment