Colors 如何更改排水沟';原子中的背景色

Colors 如何更改排水沟';原子中的背景色,colors,atom-editor,appearance,Colors,Atom Editor,Appearance,如何更改背景颜色?我找到了解决方案。 您应该在styles.less中编辑这些less属性(通常在文件~/.atom/styles.less中) 我希望有人能用上它我找到了解决方案。 您应该在styles.less中编辑这些less属性(通常在文件~/.atom/styles.less中) 我希望有人能使用它转到atom安装目录,默认为$HOME目录中的.atom,打开styles.less 这是我的最终配置,它给了我更轻的背景: // style the background color of

如何更改背景颜色?

我找到了解决方案。 您应该在
styles.less
中编辑这些less属性(通常在文件
~/.atom/styles.less
中)

我希望有人能用上它

我找到了解决方案。 您应该在
styles.less
中编辑这些less属性(通常在文件
~/.atom/styles.less
中)


我希望有人能使用它

转到atom安装目录,默认为$HOME目录中的.atom,打开styles.less

这是我的最终配置,它给了我更轻的背景:

// style the background color of the tree view
.tree-view {
  //background-color: whitesmoke;
}

// style the background and foreground colors on the atom-text-editor element itself
atom-text-editor {
    color: #404040;
    background-color: #FFFAED;
}

// To style other content in the text editor's shadow DOM, use the::shadow expression
atom-text-editor::shadow .cursor {
  //border-color: red;
}
要根据您的喜好定制颜色,请参阅

测试

Ubuntu 16.04
Atom   1.12.9

转到atom安装目录,默认为$HOME目录中的.atom,打开styles.less

这是我的最终配置,它给了我更轻的背景:

// style the background color of the tree view
.tree-view {
  //background-color: whitesmoke;
}

// style the background and foreground colors on the atom-text-editor element itself
atom-text-editor {
    color: #404040;
    background-color: #FFFAED;
}

// To style other content in the text editor's shadow DOM, use the::shadow expression
atom-text-editor::shadow .cursor {
  //border-color: red;
}
要根据您的喜好定制颜色,请参阅

测试

Ubuntu 16.04
Atom   1.12.9

经过大量的搜索,这对我来说是有效的。。转到标签包->设置视图->管理主题。在顶部,您可以看到一个选项—您还可以通过编辑样式表来设置Atom的样式。单击此项并根据需要编辑css设置。已经有一个标记可用作

atom文本编辑器{ .. } 在这个里面,我给出了一些值 颜色:黑色;
背景色:白色

经过大量的搜索,这对我来说很有用。。转到标签包->设置视图->管理主题。在顶部,您可以看到一个选项—您还可以通过编辑样式表来设置Atom的样式。单击此项并根据需要编辑css设置。已经有一个标记可用作

atom文本编辑器{ .. } 在这个里面,我给出了一些值 颜色:黑色; 背景色:白色

只需添加: styles.less位于下 c:\Users\youruser\.atom\styles.less

仅添加: styles.less位于下
c:\Users\youruser\.atom\styles.less

转到软件包->设置视图->管理主题->用户界面主题

将UI主题更改为一个灯光


将语法主题更改为“一灯”

转到软件包->设置视图->管理主题->用户界面主题

将UI主题更改为一个灯光


将语法主题更改为“一个灯光”

也可以通过:编辑->首选项->Themes@SalmaGomaa,同意您的意见。您还可以通过以下方式进入主题:编辑->首选项->Themes@SalmaGomaa,同意你的看法