Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdf8f9e

Browse files
committed
feat: replace default icon set with new nerd font glyphs; rename olddefault theme toclassic
1 parent35bc173 commitcdf8f9e

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

‎.github/wiki/Configuration.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ With this option set to true, the plugin **will not start automatically**. Inste
165165

166166
##📊 Display
167167

168-
| Option| Type| Default| Description|
169-
| ---------------------| ---------| ---------| ---------------------------------------------------------------------------|
170-
|`display.theme`|`string`|`default`| Choose between different icon themes; 'default', 'atom', 'catppuccin'|
171-
|`display.flavor`|`string`|`dark`| Choose between different theme flavors; typically 'dark', 'light', 'accent'|
172-
|`display.view`|`string`|`full`| Control what shows up as the large and small images|
173-
|`display.swap_fields`|`boolean`|`false`| Show workspace name before filename|
174-
|`display.swap_icons`|`boolean`|`false`| Use editor icon as large image|
168+
| Option| Type| Default| Description|
169+
| ---------------------| ---------| ---------| --------------------------------------------------------------------------------------|
170+
|`display.theme`|`string`|`default`| Choose between different icon themes; 'default', 'atom', 'catppuccin', 'classic'|
171+
|`display.flavor`|`string`|`dark`| Choose between different theme flavors; typically 'dark', 'light', 'accent'|
172+
|`display.view`|`string`|`full`| Control what shows up as the large and small images|
173+
|`display.swap_fields`|`boolean`|`false`| Show workspace name before filename|
174+
|`display.swap_icons`|`boolean`|`false`| Use editor icon as large image|
175175

176176
>[!TIP]
177177
>Check out our icon[showcase](https://github.com/vyfor/icons#showcase)!

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,10 @@ Alternatively, you can provide the executable manually:
137137

138138
Cord features over 120 meticulously crafted icons available in distinct themes:
139139

140-
-**Default**: Aclean andstylish themefeaturing widely recognized icons.
140+
-**Default**: A stylish themeinspired by Nerd Fonts icons.
141141
-**Atom**: A sleek theme inspired by Atom Material Icons.
142142
-**Catppuccin**: A soothing pastel theme inspired by Catppuccin.
143+
-**Classic**: A clean theme featuring widely recognized icons.
143144

144145
See the[showcase](https://github.com/vyfor/icons#showcase) for a visual comparison.
145146

‎lua/cord/api/config/init.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local logger = require 'cord.api.log'
1313
---@fieldicon?string Optional editor icon
1414

1515
---@classCordDisplayConfig
16-
---@fieldtheme?'default'|'atom'|'catppuccin'|string Set icon theme
16+
---@fieldtheme?'default'|'atom'|'catppuccin'|'classic'|string Set icon theme
1717
---@fieldflavor?'dark'|'light'|'accent'|string Set icon theme flavor
1818
---@fieldview?'full'|'editor'|'asset'|'auto'|string Control what shows up as the large and small images
1919
---@fieldswap_fields?boolean Whether to swap activity fields

‎lua/cord/api/icon.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ local M = {}
33
--- Increment this only when an existing icon is modified
44
---
55
--- Appended to the end of the asset URL for refetching; otherwise, it will be loaded from the cache, thus not being updated
6-
M.ICONS_VERSION='16'
6+
M.ICONS_VERSION='17'
77
M.ICONS_URL='https://raw.githubusercontent.com/vyfor/icons/master/icons/'
88
M.ICON_THEME='default'
99
M.THEME_FLAVOR='dark'
1010

11-
M.supported_themes= {'default','atom','catppuccin'}
11+
M.supported_themes= {'default','atom','catppuccin','classic'}
1212
M.supported_flavors= {'dark','light','accent'}
1313

1414
M.get=function(name,theme,flavor)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp