改造 #1

Closed
opened 2021-09-25 08:09:03 +08:00 by abby · 1 comment
Owner

half light的方法颜色是#0184BC, 可以把light的改成这个,位置在

<key>name</key>
        <string>Keyword Other Special Method</string>
        <key>scope</key>
        <string>keyword.other.special-method</string>
        <key>settings</key>
        <dict>
          <key>foreground</key>
          <string>#4078F2</string>
        </dict>

light的constraint颜色是 #986801可以把half light的改成这,位置在light的

<key>name</key>
        <string>Constant Variable</string>
        <key>scope</key>
        <string>constant.variable</string>
        <key>settings</key>
        <dict>
          <key>foreground</key>
          <string>#986801</string>
        </dict>
      </dict>

来源 https://tmtheme-editor.herokuapp.com/#!/editor/theme/One%20Half%20Light

half light的方法颜色是`#0184BC`, 可以把light的改成这个,位置在 ``` <key>name</key> <string>Keyword Other Special Method</string> <key>scope</key> <string>keyword.other.special-method</string> <key>settings</key> <dict> <key>foreground</key> <string>#4078F2</string> </dict> ``` light的constraint颜色是 `#986801`可以把half light的改成这,位置在light的 ``` <key>name</key> <string>Constant Variable</string> <key>scope</key> <string>constant.variable</string> <key>settings</key> <dict> <key>foreground</key> <string>#986801</string> </dict> </dict> ``` 来源 https://tmtheme-editor.herokuapp.com/#!/editor/theme/One%20Half%20Light
Author
Owner

目前把,light的function颜色替换为half-light的,发到了vscode市场One Light Italic2

目前把,light的function颜色替换为half-light的,发到了vscode市场`One Light Italic2`
abby closed this issue 2021-09-25 16:42:26 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: abby/vscode-theme-onelight#1
No description provided.