Welcome to mirror list, hosted at ThFree Co, Russian Federation.

editorColorRegistry.i18n.json « view « common « editor « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a41f64b8ff210eab3b1ea3a4f0d341395bcea628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"lineHighlight": "カーソル位置の行を強調表示する背景色。",
	"lineHighlightBorderBox": "カーソル位置の行の境界線を強調表示する背景色。",
	"rangeHighlight": "Quick Open 機能や検索機能などによって強調表示された範囲の背景色。",
	"caret": "エディターのカーソルの色。",
	"editorCursorBackground": "選択された文字列の背景色です。選択された文字列の背景色をカスタマイズ出来ます。",
	"editorWhitespaces": "エディターのスペース文字の色。",
	"editorIndentGuides": "エディター インデント ガイドの色。",
	"editorLineNumbers": "エディターの行番号の色。",
	"editorRuler": "エディター ルーラーの色。",
	"editorCodeLensForeground": "CodeLens エディターの前景色。",
	"editorBracketMatchBackground": "一致するかっこの背景色",
	"editorBracketMatchBorder": "一致するかっこ内のボックスの色",
	"editorOverviewRulerBorder": "概要ルーラーの境界色。",
	"editorGutter": "エディターの余白の背景色。余白にはグリフ マージンと行番号が含まれます。",
	"errorForeground": "エディターでエラーを示す波線の前景色。",
	"errorBorder": "エディターでエラーを示す波線の境界線の色。",
	"warningForeground": "エディターで警告を示す波線の前景色。",
	"warningBorder": "エディターで警告を示す波線の境界線の色。"
}