Этот раздел посвящён выделению текста. Для того, чтобы увидеть результат применения стилей, необходимо выделить текст в окне с кодом. Я задаю фон выделения и цвет текста при выделении.
This section is dedicated to text selection. In order to see the result of applying styles, you need to select the text in the window with the code. I set the background of the selection and the color of the text when selected.
--cm-selection-bg - данная CSS переменная отвечает за фон выделения в окне с кодом.
--cm-selection-bg - this CSS variable is responsible for the "background" of the selection in the window with the code.
--cm-selection-color - данная CSS переменная отвечает за цвет текста при выделении в окне с кодом.
--cm-selection-color - this CSS variable is responsible for the "color" of the text when selected in the window with the code.