如何更改these背景顏色?如何更改原子中的排水溝背景顏色
-2
A
回答
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
相關問題
- 1. 在Android Studio中,如何更改左側排水溝的背景顏色?
- 2. JTable中如何更改背景顏色
- 3. 在Android Studio中更改文本顏色和線條排水溝
- 4. 如何更改gnuplot的背景顏色?
- 5. 如何更改PopupMenu背景的顏色
- 6. 如何更改SFSafariViewController的背景顏色?
- 7. 如何更改ListViewItem的背景顏色?
- 8. 如何更改Radscheduler的背景顏色
- 9. 如何更改apDiv的背景顏色?
- 10. 如何更改NSPopupButton的背景顏色?
- 11. 如何更改ggvis的背景顏色?
- 12. 如何更改JOptionPane的背景顏色?
- 13. 如何更改editText的背景顏色?
- 14. 如何更改GtkTextView的背景顏色?
- 15. 如何更改JLabel的背景顏色?
- 16. 如何更改TextBox的背景顏色?
- 17. 如何更改gtk.MenuItem()的背景顏色
- 18. 如何更改JFrame的背景顏色
- 19. 如何更改fusionchart的背景顏色?
- 20. 如何更改RawTurtle的背景顏色
- 21. 如何更改tr的背景顏色
- 22. 子類NSView更改背景顏色
- 23. 更改背景顏色onclick,然後檢索原始顏色android
- 24. 如何從黑色背景更改背景顏色?
- 25. 如何更改反應原生按鈕的背景顏色
- 26. 更改背景顏色3
- 27. jqueryMobile更改背景顏色
- 28. 更改背景顏色tabhost
- 29. 更改UIButton背景顏色
- 30. 更改背景顏色8