V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
gimp
V2EX  ›  程序员

求推荐个 Cursor/vscode 写 Golang 代码的主题

  •  
  •   gimp · 3 天前 · 1726 次点击

    之前使用 Goland ,使用 Cursor 后,最不适应的就是主题配色,找了几个都不理想,大家帮忙推荐两个~

    24 条回复    2025-02-18 19:32:18 +08:00
    swap123
        1
    swap123  
       3 天前   ❤️ 1
    catppuccin
    lessMonologue
        2
    lessMonologue  
       3 天前
    Xcode14-Default-Light
    longpp
        3
    longpp  
       3 天前
    JetBrains Rider Dark Theme
    chandlerbing9317
        4
    chandlerbing9317  
       3 天前
    一直用的 one dark ,无论 jetbrain 家的还是 vscode/cursor
    wingoo
        5
    wingoo  
       3 天前
    noctis
    wingoo
        6
    wingoo  
       3 天前
    多适应就好了, 如果适应不了, 就先把 goland 删了, 之前也不适应 vscode 的 CMD+P, 用多了也就习惯了
    doraemonki
        7
    doraemonki  
       3 天前 via Android
    之前一直用 vscode ,换 Goland 后最不适应的也是主题配色,丑的像是上个世纪的,不过新 UI 出来后好看多了
    songray
        8
    songray  
       3 天前
    tomorrow night
    jmliang
        9
    jmliang  
       3 天前
    忍忍,也是从 IDEA 。Goland 切到 Cursor 的
    xFrye
        10
    xFrye  
       3 天前
    喜欢暗色主题的话我推荐一个:aura-theme
    zhouxelf
        11
    zhouxelf  
       3 天前
    Monokai
    japeth
        12
    japeth  
       3 天前
    Better Selenized Light
    Belmode
        13
    Belmode  
       3 天前
    感觉默认的挺好的呀,对比边界都挺明确的呀
    littlezombie
        14
    littlezombie  
       3 天前
    为啥我在 cursor 上 golang 的插件一直崩溃
    isjustin
        15
    isjustin  
       3 天前   ❤️ 1
    One Dark Pro

    但其实把函数突出显示要更重要一些(如果使用过 Source Insight ,感受会更明显)
    比如这样的配置:
    "editor.tokenColorCustomizations": {
    "[One Dark Pro]": {
    "textMateRules": [
    {
    "name": "myFunction",
    "scope": [
    "entity.name.function",
    "support.function"
    ],
    "settings": {
    "fontStyle": "bold"
    }
    }
    ]
    },
    "variables": "#ffffffa0",
    },
    linqiu919
        16
    linqiu919  
       3 天前 via iPhone
    One Dark Pro
    bzj
        17
    bzj  
       3 天前
    默认的就好,看不顺眼换显示器吧
    Akiya
        18
    Akiya  
       3 天前   ❤️ 1
    Tokyo Night Light
    sakurawzt
        19
    sakurawzt  
       2 天前
    @Akiya 这个主题很 nice ,方便讲一下用的哪个字体吗
    fivesmallq
        20
    fivesmallq  
       2 天前
    Trae 不知道默认用的啥主题,感觉字体大小和颜色都不错,对比起来其他的都没这个好看
    fivesmallq
        21
    fivesmallq  
       2 天前
    Akiya
        22
    Akiya  
       2 天前
    sakurawzt
        23
    sakurawzt  
       2 天前
    @Akiya 好的,我也下载下载装到 vscode 里面
    qloog
        24
    qloog  
       2 天前
    GitHub Theme 的 Dark 模式
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3303 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 11:42 · PVG 19:42 · LAX 03:42 · JFK 06:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.