【问题标题】:VSCode Editor Gutter Color Change (SynthWave 84 theme)VSCode Editor Gutter Color Change(SynthWave 84 主题)
【发布时间】:2022-12-25 13:01:06
【问题描述】:

我想在 VSCode 中更改编辑器装订线(行号列)的颜色,我从 synthwave 84 主题打开霓虹灯并将编辑器主题更改为材料海洋。这就是它的样子:

一切都很好,除了总是紫色的装订线(行号列)颜色。如何将它与编辑器颜色合并?

【问题讨论】:

  • 找到这些颜色的主题名称并自定义它们,可以通过主题来完成
  • 我知道我必须这样做,但我不知道该怎么做。

标签: visual-studio-code themes


【解决方案1】:

solution screenshot that prove - it works!

完整说明和附件: https://github.com/vadym4che/synthwave-black-neon/blob/main/synthwave-vadym4che.zip FULL INSTRUCTION & ATTACHMENTS

修复微妙的背景问题:


|1|找到位于此路径(或其他相关内容)的名为“neondreams.js”的文件:

~AppDataLocalProgramsMicrosoft VS 代码 esourcespoutscodeelectron-sandboxworkbench 梦想.js

|2|将其替换为文件夹“.vscode--extensions--robbowen.synthwave--vscode-0.1.15”中附加的文件

或自己动手修复 -> 靠近第 98 行影响 GUTTER 颜色的代码

/* Add the subtle gradient to the editor background */
.monaco-editor {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, #000000 75%, #000000);
  background-size: auto 100vh;
  background-position: top;
  background-repeat: no-repeat;
}

您还可以使用我的 TOTAL BLACK NEON GLOWED THEME .json

为了替换文件的目的)在路径:

~.vscode扩展 obbowen.synthwave-vscode-0.1.15

文件附加在文件夹“AppData--Local--Programs--Microsoft VS Code--resources--app--out--vscode--electron-sandbox--workbench”


我要感谢帖子,它离这个问题的实际工作解决方案更近了一步: https://github.com/robb0wen/synthwave-vscode/issues/199

【讨论】:

    猜你喜欢
    • 2017-07-25
    • 2022-09-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-12-02
    相关资源
    最近更新 更多