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

How to change the color of comments in Atom?

Dec 24, 2020 am 10:31 AM
atom Comment

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!

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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Conveniently use PyCharm shortcut keys to implement multi-line comments Conveniently use PyCharm shortcut keys to implement multi-line comments Jan 27, 2024 am 08:02 AM

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) Recommended sharing of 40+ commonly used plug-ins in atom (with plug-in installation methods) Dec 20, 2021 pm 04:14 PM

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 Optimize the Maintainability of Java Code: Experience and Advice Nov 22, 2023 pm 05:18 PM

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

How to comment multiple lines in go language How to comment multiple lines in go language Jan 05, 2023 am 10:59 AM

How to comment multiple lines in go language

Intel launches Amston Lake series of Atom processors for edge and networking markets Intel launches Amston Lake series of Atom processors for edge and networking markets Apr 09, 2024 pm 09:22 PM

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

How to add notes to saved passwords on iPhone How to add notes to saved passwords on iPhone Feb 28, 2024 pm 07:41 PM

How to add notes to saved passwords on iPhone

PyCharm Annotation Operation Guide: Optimizing the Code Writing Experience PyCharm Annotation Operation Guide: Optimizing the Code Writing Experience Feb 21, 2024 pm 06:27 PM

PyCharm Annotation Operation Guide: Optimizing the Code Writing Experience

A detailed explanation of annotations in golang A detailed explanation of annotations in golang Mar 21, 2023 pm 07:38 PM

A detailed explanation of annotations in golang

See all articles