How to change the color of comments in Atom?
Dec 24, 2020 am 10:31 AMHow to change the color of comments in
Atom? The following article will introduce to you how to modify the color of comments in Atom. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
Related recommendations: "atom usage tutorial"
Atom changes the color of comments
(1) Open the file->stylesheet file
(2) Add the following code
atom-text-editor .fold-mark:after { color: #abb2bf; } .syntax--comment { color: #5c6370; font-style:normal; }
For more programming-related knowledge, please Visit: Introduction to Programming! !
The above is the detailed content of How to change the color of comments in Atom?. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Conveniently use PyCharm shortcut keys to implement multi-line comments

Recommended sharing of 40+ commonly used plug-ins in atom (with plug-in installation methods)

How to Optimize the Maintainability of Java Code: Experience and Advice

How to comment multiple lines in go language

Intel launches Amston Lake series of Atom processors for edge and networking markets

How to add notes to saved passwords on iPhone

PyCharm Annotation Operation Guide: Optimizing the Code Writing Experience

A detailed explanation of annotations in golang
