【问题标题】:How do I make Atom-editor background transparency in Ubuntu 21.10如何在 Ubuntu 21.10 中使 Atom 编辑器背景透明
【发布时间】:2022-01-24 09:31:57
【问题描述】:

这是我的 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: white;
  // background-color: hsl(180, 24%, 12%);
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
  // border-color: red;
}

【问题讨论】:

  • background-color: transparent;
  • @AmanSharma 没用,看起来还是一样

标签: css less atom-editor transparency


【解决方案1】:

您无法使用 CSS 更改窗口透明度,但有一些软件包可以添加该功能,例如atom-transparency

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-03-02
    • 1970-01-01
    • 1970-01-01
    • 2014-05-28
    • 1970-01-01
    • 2015-08-06
    • 2011-09-17
    • 2011-02-18
    相关资源
    最近更新 更多