Skip to content

Instantly share code, notes, and snippets.

@skazhikadyadya
Forked from agragregra/modx_ace_material.txt
Last active March 22, 2020 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skazhikadyadya/07f72448cd8d4aefbf4d8fcaef12607b to your computer and use it in GitHub Desktop.
Save skazhikadyadya/07f72448cd8d4aefbf4d8fcaef12607b to your computer and use it in GitHub Desktop.
MODx Ace Material Theme #modx
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. Очистить кеш через меню.
@skazhikadyadya
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment