3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

TextMate における文字色一覧

Last updated at Posted at 2022-06-14

一覧がないと分かりづらいと思ったので作成。
それぞれの機能は度外視で、色のみ知りたい人向けです。

一覧

スクリーンショット 2022-06-14 20.07.10.png
スクリーンショット 2022-06-14 20.07.42.png

コピペ用

[
    "normal",
	"comment",
	"comment.block",
	"comment.block.documentation",
	"comment.line",
	"comment.line.double-dash",
	"comment.line.double-slash",
	"comment.line.number-sign",
	"comment.line.percentage",
	"constant",
	"constant.character",
	"constant.character.escape",
	"constant.language",
	"constant.numeric",
	"constant.other",
	"constant.regexp",
	"constant.rgb-value",
	"constant.sha.git-rebase",
	"emphasis",
	"entity",
	"entity.name",
	"entity.name.class",
	"entity.name.function",
	"entity.name.method",
	"entity.name.section",
	"entity.name.selector",
	"entity.name.tag",
	"entity.name.type",
	"entity.other",
	"entity.other.attribute-name",
	"entity.other.inherited-class",
	"header",
	"invalid",
	"invalid.deprecated",
	"invalid.illegal",
	"keyword",
	"keyword.control",
	"keyword.control.less",
	"keyword.operator",
	"keyword.operator.new",
	"keyword.other",
	"keyword.other.unit",
	"markup",
	"markup.bold",
	"markup.changed",
	"markup.deleted",
	"markup.heading",
	"markup.inline.raw",
	"markup.inserted",
	"markup.italic",
	"markup.list",
	"markup.list.numbered",
	"markup.list.unnumbered",
	"markup.other",
	"markup.punctuation.list.beginning",
	"markup.punctuation.quote.beginning",
	"markup.quote",
	"markup.raw",
	"markup.underline",
	"markup.underline.link",
	"meta",
	"meta.cast",
	"meta.parameter.type.variable",
	"meta.preprocessor",
	"meta.preprocessor.numeric",
	"meta.preprocessor.string",
	"meta.return-type",
	"meta.selector",
	"meta.structure.dictionary.key.python",
	"meta.tag",
	"meta.type.annotation",
	"meta.type.name",
	"metatag.php",
	"storage",
	"storage.modifier",
	"storage.modifier.import.java",
	"storage.modifier.package.java",
	"storage.type",
	"storage.type.cs",
	"storage.type.java",
	"string",
	"string.html",
	"string.interpolated",
	"string.jade",
	"string.other",
	"string.quoted",
	"string.quoted.double",
	"string.quoted.other",
	"string.quoted.single",
	"string.quoted.triple",
	"string.regexp",
	"string.unquoted",
	"string.xml",
	"string.yaml",
	"strong",
	"support",
	"support.class",
	"support.constant",
	"support.function",
	"support.function.git-rebase",
	"support.other",
	"support.property-value",
	"support.type",
	"support.type.property-name",
	"support.type.property-name.css",
	"support.type.property-name.less",
	"support.type.property-name.scss",
	"support.variable",
	"variable",
	"variable.language",
	"variable.name",
	"variable.other",
	"variable.parameter"
]
3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?