Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed Jan 21, 2025
1 parent 226894a commit 7d3c575
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 30 deletions.
29 changes: 3 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,12 @@
<p style="display: flex;flex-flow: row wrap;">
<img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/VSCode/images/screenshots/eva-dark-bold.png" referrerpolicy="no-referrer">
<img width="49%" class="screenshot" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/VSCode/images/screenshots/eva-light-bold.png" referrerpolicy="no-referrer">
</p>

[![install](https://img.shields.io/vscode-marketplace/i/fisheva.Eva-Theme.svg?style=flat-flat)](https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme) [![rating](https://img.shields.io/visual-studio-marketplace/r/fisheva.Eva-Theme.svg?style=flat)](https://marketplace.visualstudio.com/items/fisheva.Eva-Theme) [![GitHub stars](https://img.shields.io/github/stars/fisheva/Eva-Theme.svg?style=social&label=Star&maxAge=2592000)](https://github.com/fisheva/Eva-Theme)

English | <a title="切换到中文README" href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/documents/README_CN.md" target="_blank">简体中文</a>
English | <a title="切换到中文README" href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/documents/README_All_CN.md" target="_blank">简体中文</a>

### Introduction

<a title="Go to the marketplace page of Eva Theme for VSCode." href="https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme" target="_blank">Eva Theme</a><!-- for VSCode--> is a semantic coloring code theme making you more comfortable programming, already supports these <a href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/documents/languages.md" target="_blank">languages</a>.

<!-- Requires VSCode version >=1.12.0. -->

Eva Theme supports both Dark and Light modes, with four styles available for each mode: Normal, Bold, Italic, and Italic Bold. In Bold styles, keywords and function names are bolded.

### Conflicts
<!-- You can disable this feature by turning off 'C_Cpp.enhancedColorization' in the settings. -->
Some extensions add their own semantic colorings that override the theme colors, which can make some characters' colors appear 'wrong'. These extensions include: <a href="https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel" target="_blank">Babel JavasSript</a>, <a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-atom-grammar" target="_blank">JavaScript Atom Grammar</a>, <a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools" target="_blank">MS-C/C++</a>(MS-C/C++ can be fixed by setting `"C_Cpp.enhancedColorization": "disabled"`).

### Terminal

In VSCode 1.66.0+, if you want to display the original theme color in the Terminal, please set `"terminal.integrated.minimumContrastRatio": 1"`.
<!--add the following line into your VSCode settings.json More details in this [issue](https://github.com/microsoft/vscode/issues/146406).-->
### Issue

This theme is not perfect yet. If you find somewhere with ill-suited color, you can help by reporting issues <a href="https://github.com/fisheva/Eva-Theme/issues" target="_blank">here</a><!-- , or leave me a comment on <a href="https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme&ssr=false#review-details" target="_blank">Marketplace</a> -->.
Eva Theme is a semantic coloring code theme making you more comfortable programming, supports both Dark and Light modes.

### Platforms

Eva Theme on other platforms: [Visual Studio](https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme-vs), [NeoVim](https://github.com/sharpchen/Eva-Theme.nvim)(by [sharpchen](https://github.com/sharpchen)), [Windows Terminal](https://github.com/TomDan-GodsHand/Eva-themes)(by [TomDan](https://github.com/TomDan-GodsHand)), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/eva-dark/)(by [David](https://github.com/hmnd)).
Eva Theme on all platforms: [VSCode](https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme), [JetBrains](https://plugins.jetbrains.com/plugin/26338-eva-theme), [Visual Studio](https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme-vs), [NeoVim](https://github.com/sharpchen/Eva-Theme.nvim)(by [sharpchen](https://github.com/sharpchen)), [Windows Terminal](https://github.com/TomDan-GodsHand/Eva-themes)(by [TomDan](https://github.com/TomDan-GodsHand)), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/eva-dark/)(by [David](https://github.com/hmnd)).

### Sponsors

Expand Down
2 changes: 1 addition & 1 deletion VSCode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ English | <a title="切换到中文README" href="https://github.com/fisheva/Eva-

### Introduction

<a title="Go to the marketplace page of Eva Theme for VSCode." href="https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme" target="_blank">Eva Theme</a><!-- for VSCode--> is a semantic coloring code theme making you more comfortable programming, already supports these <a href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/documents/languages.md" target="_blank">languages</a>.
<a title="View Eva Theme on Visual Studio Marketplace" href="https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme" target="_blank">Eva Theme</a><!-- for VSCode--> is a semantic coloring code theme making you more comfortable programming, already supports these <a href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/documents/languages.md" target="_blank">languages</a>.

<!-- Requires VSCode version >=1.12.0. -->

Expand Down
28 changes: 28 additions & 0 deletions VSCode/documents/README_All_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<a title="View English README." href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/README.md" target="_blank">English</a> | 简体中文

### 介绍

Eva Theme是一款语义着色代码主题,使您可以更舒适地进行编程, 有暗黑和明亮二种模式。

### 平台

各平台的Eva Theme: [VSCode](https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme), [JetBrains](https://plugins.jetbrains.com/plugin/26338-eva-theme), [Visual Studio](https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme-vs), [NeoVim](https://github.com/sharpchen/Eva-Theme.nvim)(by [sharpchen](https://github.com/sharpchen)), [Windows Terminal](https://github.com/TomDan-GodsHand/Eva-themes)(by [TomDan](https://github.com/TomDan-GodsHand)), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/eva-dark/)(by [David](https://github.com/hmnd)).


### 赞助

感谢所有[赞助者!](https://github.com/sponsors/fisheva)
<p style="display: flex;flex-flow: row wrap;">
<a title="JetBrains" style="display:inline-block;text-decoration:none;margin-right:2px;" text-decoration="none" href="https://jb.gg/OpenSourceSupport" target="_blank">
<img class="sponsor" width="50px" height="50px" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/VSCode/images/sponsors/jetbrains.png" referrerpolicy="no-referrer">
</a>
<a title="Andreas Kanz" style="display:inline-block;text-decoration:none;margin-right:2px;" text-decoration="none" href="https://github.com/akanz1" target="_blank">
<img class="sponsor" width="50px" height="50px" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/VSCode/images/sponsors/Andreas%20Kanz.png" referrerpolicy="no-referrer">
</a>
<a title="Joshua Hannaford" style="display:inline-block;text-decoration:none;margin-right:2px;" text-decoration="none" href="https://github.com/Cy-Tek" target="_blank">
<img class="sponsor" width="50px" height="50px" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/VSCode/images/sponsors/Joshua%20Hannaford.png" referrerpolicy="no-referrer">
</a>
<a title="levinit" style="display:inline-block;text-decoration:none;margin-right:2px;" text-decoration="none" href="https://github.com/levinit" target="_blank">
<img class="sponsor" width="50px" height="50px" src="https://raw.githubusercontent.com/fisheva/Eva-Theme/master/VSCode/images/sponsors/levinit.png" referrerpolicy="no-referrer">
</a>
</p>
6 changes: 3 additions & 3 deletions VSCode/documents/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

[![install](https://img.shields.io/vscode-marketplace/i/fisheva.Eva-Theme.svg?style=flat-flat)](https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme) [![rating](https://img.shields.io/visual-studio-marketplace/r/fisheva.Eva-Theme.svg?style=flat)](https://marketplace.visualstudio.com/items/fisheva.Eva-Theme) [![GitHub stars](https://img.shields.io/github/stars/fisheva/Eva-Theme.svg?style=social&label=Star&maxAge=2592000)](https://github.com/fisheva/Eva-Theme)

<a title="Go to the English README." href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/README.md" target="_blank">English</a> | 简体中文
<a title="View English README." href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/README.md" target="_blank">English</a> | 简体中文

### 介绍

<a title="从Github跳转到Eva Theme的插件商店页面" href="https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme" target="_blank">Eva Theme</a><!-- for VSCode -->是一款语义着色代码主题,使您可以更舒适地进行编程, 已支持这些<a href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/documents/languages_CN.md" target="_blank">编程语言</a>。
<a title="跳转到Eva Theme的插件商店页面" href="https://marketplace.visualstudio.com/items?itemName=fisheva.Eva-Theme" target="_blank">Eva Theme</a><!-- for VSCode -->是一款语义着色代码主题,使您可以更舒适地进行编程, 已支持这些<a href="https://github.com/fisheva/Eva-Theme/blob/master/VSCode/documents/languages_CN.md" target="_blank">编程语言</a>。

<!-- VSCode版本要求 ≥ 1.12.0。 -->

Eva Theme同时支持暗黑和明亮模式,每种模式下又有四种样式可选择:普通、粗体、斜体、斜体加粗。粗体样式加粗了关键字和函数名。
Eva Theme有暗黑和明亮二种模式,每种模式下又有四种样式可选择:普通、粗体、斜体、斜体加粗。粗体样式加粗了关键字和函数名。

### 冲突
<!-- 您可以通过在设置里关闭 C_Cpp.enhancedColorization 项来禁用此功能。 -->
Expand Down

0 comments on commit 7d3c575

Please sign in to comment.