sublime text3 主题推荐配色自定义方案

  1. 先使用Ctrl +shift+p,打开Package Control Install Package,安装Seti_UI主题插件,
  2. 在”首选项>浏览插件目录”进入sublime的插件目录,进入Seti_UI目录,使用sublime修改Seti.sublime-theme文件,添加以下代码:
   {     
        "class": "sidebar_container",
        "settings": ["Seti_top_heading_anim"],
        "layer0.tint": [255,255,204], //侧边栏背景颜色
        "layer0.inner_margin": [0, 54, 0, 0],
        "layer1.texture": {
            "keyframes": [
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h8.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h7.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h6.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h5.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h4.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h3.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h2.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h1.png",
                "Seti_UI/Main/sidebar/sidebar_heading_alt-h0.png"
            ],
            "loop": false,
            "frame_time": 0.030
        },
        "layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" },
        "layer1.inner_margin": [120, 54, -120, 0],
        "content_margin": [0, 54, 0, 0]
  }

3.然后打开首选项->设置用户,将主题改为Seti_UI,   就这行代码"theme": "Seti.sublime-theme",

4.然后安装一个侧边栏插件 SyncedSidebarBg,自动同步侧边栏底色为编辑窗口底色。

Side​Bar​Enhancements

SideBarEnhancements插件有效地改进了Sublime Text的侧边栏。安装插件后在侧边栏上点击右键,可以找到一下新功能:在资源管理器中打开、新建文件、新建文件夹、以…打开、在浏览器中打开。

效果展示:

  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
配色方案转换为配置文件,需要根据您使用的编辑器或IDE来进行不同的操作。以下是一些常见的编辑器和IDE的操作步骤: 1. Visual Studio Code:在 VS Code 中,您可以在用户设置(settings.json)中添加您的配色方案。打开 VS Code,按下 `Ctrl + ,` 或者在菜单栏中选择“文件”->“首选项”->“设置”,打开用户设置。在 settings.json 中添加以下代码: ``` "workbench.colorCustomizations": { "editor.background": "#1e1e1e", "editor.foreground": "#c8c8c8", "editor.selectionBackground": "#406090", "editor.inactiveSelectionBackground": "#8e8e8e", "editor.selectionHighlightBackground": "#1e90ff", "editor.lineHighlightBackground": "#2e2e2e", "editor.findMatchBackground": "#1e90ff", "editor.referenceHighlightBackground": "#ffff00", "editorBracketMatch.background": "#555555", "editorBracketMatch.border": "#888888", "editorCodeLens.foreground": "#999999", "editorWhitespace.foreground": "#404040" } ``` 2. Visual Studio 2019:在 Visual Studio 2019 中,您可以将配色方案导入到“字体和颜色”设置中。打开 Visual Studio 2019,在菜单栏中选择“工具”->“选项”,打开选项窗口。选择“环境”->“字体和颜色”,单击“导入和导出”按钮,选择您的配色方案文件并导入。 3. Sublime Text:在 Sublime Text 中,您可以在用户设置(Preferences.sublime-settings)中添加您的配色方案。打开 Sublime Text,按下 `Ctrl + ,` 或者在菜单栏中选择“首选项”->“设置”,打开用户设置。在 Preferences.sublime-settings 中添加以下代码: ``` { "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", "theme": "Adaptive.sublime-theme", "font_face": "Consolas", "font_size": 12, "line_padding_bottom": 3, "line_padding_top": 3, "highlight_line": true, "caret_extra_width": 1, "caret_style": "blink", "highlight_modified_tabs": true, "detect_indentation": false, "tab_size": 4, "translate_tabs_to_spaces": true, "use_tab_stops": true, "word_wrap": "auto" } ``` 以上是在一些常见的编辑器和IDE中添加您的配色方案的示例。根据您使用的编辑器或IDE,可能会有所不同。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值