File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ // color from gemini-cli SEE https://github.com/google-gemini/gemini-cli/tree/main/packages/cli/src/ui/themes
2+
13const githubLightColors = {
24 type : "light" ,
35 Background : "#f8f8f8" ,
Original file line number Diff line number Diff line change 1- import { createElement } from "@my-react/react" ;
2- import { render } from "@my-react/react-terminal" ;
3- // import { render } from "ink";
4- // import { createElement } from "react";
1+ // import { createElement } from "@my-react/react";
2+ // import { render } from "@my-react/react-terminal";
3+ import { render } from "ink" ;
4+ import { createElement } from "react" ;
55
66import { DiffView , DiffModeEnum } from "@git-diff-view/cli" ;
77
@@ -61,7 +61,7 @@ index 5b301628..15aac42f 100644
6161render (
6262 createElement ( DiffView , {
6363 data : { hunks : [ hunks ] , newFile : { fileLang : "tsx" } } ,
64- diffViewTheme : "dark " ,
64+ diffViewTheme : "light " ,
6565 diffViewHighlight : true ,
6666 diffViewMode : DiffModeEnum . SplitGitLab
6767 } )
You can’t perform that action at this time.
0 commit comments