Last active
December 6, 2022 18:15
-
-
Save agragregra/e10f746d04a82d888cff5317331b5aee 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 | |
1. Системные настройки > Пространство имен "ace": | |
Размер шрифта: 13px | |
Высота области редактирования: 560 | |
Невидимые символы: Да | |
Мягкая табуляция: Нет | |
Размер табуляции: 2 | |
Тема редактора: tomorrow_night | |
2. Файлы: Filesystem > super > templates > default > css > index.css: | |
(Добавить в конце) | |
.ace_editor.ace_dark {font-size: 13px; line-height: 1.6!important; font-family: 'Menlo Regular', 'Consolas', 'source-code-pro', monospace!important} | |
.ace_editor.ace_dark .ace_gutter{color:#666E79!important} | |
.ace_editor.ace_dark .ace_active-line,.ace_gutter-active-line{background-color:#2A2F38!important} | |
.ace_editor.ace_dark .ace_scroller,.ace_gutter {background-color: #272B33!important} | |
.ace_editor.ace_dark .ace_meta.ace_tag{color:#A6B2C0!important} | |
.ace_editor.ace_dark .ace_meta.ace_tag.ace_tag-name{color:#DF6A73!important} | |
.ace_editor.ace_dark .ace_entity.ace_other.ace_attribute-name{color:#D2945D!important} | |
.ace_editor.ace_dark .ace_string{color:#90C378!important} | |
3. Очистить кеш через меню. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment