Skip to content

MSXplay - MSX Deep Blue by takawon

Screenshot of MSXplay - MSX Deep Blue

Details

Authortakawon

LicenseNo License

CategoryMSXplay

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

MSX Deep Blue

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           msxplay.com - 2023/11/11 13:46:41
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("msxplay.com") {
    /* ここにコードを挿入... */

    .ace_editor.ace_mgsc_dark {
    	color: #e0e0e0;             /* 文字 */
    	background-color: #0a0a5b;  /* 背景 */
    }
    .ace_mgsc_dark .ace_gutter {
	    background-color: #2f2f8e;  /* 行番号背景 */
    }

    .ace_mgsc_dark .ace_comment {
        color: #aaa;                /* コメント */
    }
    .ace_mgsc_dark .ace_directive {
        color: #ee0;                /* 制御命令 */
    }
    .ace_mgsc_dark .ace_channel {
        color: #0ee;                /* チャンネル */
    }

    .ace_mgsc_dark .ace_mml.ace_loop {
        color: #4ce;                /* ループ [ ] */
    }
    .ace_mgsc_dark .ace_mml.ace_rel-volume {
        color: #999;                /* ボリューム ( ) */
    }
    .ace_mgsc_dark .ace_mml.ace_rel-octave {
        color: #999;                /* オクターブ < > */
    }
    .ace_mgsc_dark .ace_mml.ace_macro {
        color: #e8e;                /* マクロ * */
    }
    .ace_mgsc_dark .ace_mml.ace_command {
        color: #ae8;                /* 各種コマンド */
    }
    .ace_mgsc_dark .ace_mml.ace_voice {
        color: #fbf;                /* 音色 @ */
    }
    .ace_mgsc_dark .ace_mml.ace_jump {
        color: #ff0;                /* ジャンプ $ */
    }
    .ace_mgsc_dark .ace_mml.ace_ignore {
        color: #ff0;                /* 無視 ! */
    }

    .ace_mgsc_dark .ace_selection {
        background-color: rgba(88,172,247,0.5);     /* 範囲選択 */
    }
    .ace_mgsc_dark .ace_selected-word {
      background-color: #666;                       /* 範囲選択-文字列 */
    }
    .ace_mgsc_dark .ace_marker-layer .ace_active-line {
        background-color: rgba(255,255,255,0.14);   /* カーソル行 */
    }
    .ace_mgsc_dark .ace_gutter-active-line {
        background-color: rgba(255,255,255,0.14);   /* 行番号背景-カーソル行 */
    }
    .ace_mgsc_dark .ace_marker-layer .ace_bracket {
        background-color: #bfbfbf;                  /* ブラケット */
    }
}

Reviews

No reviews yet.