--- title: DevToolsカラー slug: Tools/DevToolsColors tags: - CSS translation_of: Tools/DevToolsColors ---
これらの値のいずれかを変更する必要がある場合は、/browser/themes/*/devtools/
の中のCSSコードを変更する必要があります。それに応じてDevToolsのバグを報告してください。
このチャートには、開発者ツールのダークテーマとライトテーマで実装されている色とCSS変数が一覧で表示されています。
ダークテーマ | ライトテーマ | CSS 変数 | |
---|---|---|---|
Chrome Colors |
|||
タブツールバー |
#252c33 |
rgba(235, 236, 237, 1) |
--theme-tab-toolbar-background |
ツールバー |
rgba(52, 60, 69, 1) |
rgba(240, 241, 242, 1) |
--theme-toolbar-background |
選択箇所の背景 |
rgba(29, 79, 115, 1) |
rgba(76, 158, 217, 1) |
--theme-selection-background |
選択したテキストの色 |
rgba(245, 247, 250, 1) |
rgba(245, 247, 250, 1) |
--theme-selection-color |
スプリッタ |
rgba(0, 0, 0, 1) |
rgba(170, 170, 170, 1) |
--theme-splitter-color |
コメント |
#5c6773 |
#747573 |
--theme-comment |
コンテンツの色 |
|||
背景 - ボディ |
rgba(17, 19, 21, 1) |
rgba(252, 252, 252, 1) |
--theme-body-background |
背景 - サイドバー |
rgba(24, 29, 32, 1) |
rgba(247, 247, 247, 1) |
--theme-sidebar-background |
背景 - 注意 |
rgba(178, 128, 37, 1) |
rgba(230, 176, 100, 1) |
--theme-contrast-background |
テキストの色 |
|||
ボディテキスト |
rgba(143, 161, 178, 1) |
rgba(24, 25, 26, 1) |
--theme-body-color |
フォアグラウンド (テキスト) - グレー |
rgba(182, 186, 191, 1) |
rgba(88, 89, 89, 1) |
--theme-body-color-alt |
コンテンツ (テキスト) - ハイコントラスト |
rgba(169, 186, 203, 1) |
rgba(41, 46, 51, 1) |
--theme-content-color1 |
コンテンツ (テキスト) - グレー |
rgba(143, 161, 178, 1) |
rgba(143, 161, 178, 1) |
--theme-content-color2 |
コンテンツ (テキスト) - ダークグレー |
rgba(102, 115, 128, 1) |
rgba(102, 115, 128, 1) |
--theme-content-color3 |
ハイライトカラー |
|||
青 |
rgba(70, 175, 227, 1) |
rgba(0, 136, 204, 1) |
--theme-highlight-blue |
紫 |
rgba(107, 122, 187, 1) |
rgba(91, 95, 255, 1) |
--theme-highlight-purple |
ピンク |
rgba(223, 128, 255, 1) |
rgba(184, 46, 229, 1) |
--theme-highlight-pink |
赤 |
rgba(235, 83, 104, 1) |
rgba(237, 38, 85, 1) |
--theme-highlight-red |
オレンジ |
rgba(217, 102, 41, 1) |
rgba(241, 60, 0, 1) |
--theme-highlight-orange |
ライトオレンジ |
rgba(217, 155, 40, 1) |
rgba(217, 126, 0, 1) |
--theme-highlight-lightorange |
緑 |
rgba(112, 191, 83, 1) |
rgba(44, 187, 15, 1) |
--theme-highlight-green |
ブルーグレー |
rgba(94, 136, 176, 1) |
rgba(0, 114, 171, 1) |
--theme-highlight-bluegrey |
黄 |
rgba(255, 255, 180, 1) |
rgba(255, 255, 180, 1) |
--theme-highlight-yellow |
まだ修正されていません。進行状況については、bug 916766を参照してください。