File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,16 @@ mycdark:
110110.ace_bracket {
111111 border : 1px solid var (--color-primary ) !important ;
112112}
113+ .ace_cursor {
114+ color : var (--color-primary ) !important ;
115+ }
116+ .ace_selection {
117+ background : var (--color-primary ) !important ;
118+ opacity : 0.4 ;
119+ }
120+ .ace_selected-word {
121+ border : 1px solid var (--color-primary ) !important ;
122+ }
113123
114124/* CDNからダウンロードするURLを指定したらなんかエラー出るので、npmでインストールしてlayout.tsxでimportすることにした */
115125@theme {
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function computeTerminalTheme() {
6161 // DaisyUIの変数を使用してテーマを設定している
6262 background : fromCSS ( "--color-base-300" ) ,
6363 foreground : fromCSS ( "--color-base-content" ) ,
64- cursor : fromCSS ( "--color-base-content " ) ,
64+ cursor : fromCSS ( "--color-primary " ) ,
6565 selectionBackground : fromCSS ( "--color-primary" ) ,
6666 selectionForeground : fromCSS ( "--color-primary-content" ) ,
6767 black : fromCSS ( "--color-black" ) ,
You can’t perform that action at this time.
0 commit comments