Home > Development Tools > atom > How to change the color of comments in Atom?

How to change the color of comments in Atom?

青灯夜游
Release: 2021-02-01 11:52:31
forward
2587 people have browsed it

How 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.

How to change the color of comments in Atom?

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;
}
Copy after login

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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template