2016-09-24 67 views

回答

4

我找到了解決方案。 您應該修改這些不太屬性

atom-text-editor::shadow .gutter { 
    background-color: #282828; 
} 
atom-text-editor::shadow .gutter .line-number { 
    background-color: #282828; 
} 

我希望有人這將是有益

1

轉到原子的安裝目錄,默認是.atom在$ HOME目錄中,打開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; 
} 

要自定義顏色,以你的口味是指十六進制RGB值在 http://www.rapidtables.com/web/color/RGB_Color.htm

Ubuntu 16.04 
Atom 1.12.9 
-1

測試非常多的搜索後,這是我工作..轉到選項卡套餐 - >設置視圖 - >管理主題。在上面你會看到一個選項 - 你也可以通過編輯樣式表來設置Atom的風格。點擊此並根據需要編輯設置CSS。目前已經可以作爲

原子文本編輯器{ .. } 這裏面一個標籤,我給值 顏色:黑色; background-color:white;

0

我想補充: styles.less位於下 C:\用戶\ youruser \ .atom \ styles.less