diff --git a/standard/README.md b/standard/README.md index a011fdc..e67f1f4 100644 --- a/standard/README.md +++ b/standard/README.md @@ -111,6 +111,7 @@ |**[Tender](tender.yaml)**:|| |**[Terminal App](terminal_app.yaml)**:|| |**[Thelovelace](thelovelace.yaml)**:|| +|**[Tokyo City Terminal Night](tokyo_city_terminal_night.yaml)**:|| |**[Tokyo Night](tokyo_night.yaml)**:|| |**[Tokyo Night Storm](tokyo_night_storm.yaml)**:|| |**[Tomorrow Night](tomorrow_night.yaml)**:|| diff --git a/standard/previews/tokyo_city_terminal_night.yaml.svg b/standard/previews/tokyo_city_terminal_night.yaml.svg new file mode 100644 index 0000000..a9bf81a --- /dev/null +++ b/standard/previews/tokyo_city_terminal_night.yaml.svg @@ -0,0 +1,51 @@ +ls +dir + +executable + +file +bash ~/colors.sh +normal: + +black + +red + +green + +yellow + +blue + +magenta + +cyan + +white + +bright: + +black + +red + +green + +yellow + +blue + +magenta + +cyan + +white + +~/project + +git( + + main + + ) + \ No newline at end of file diff --git a/standard/tokyo_city_terminal_night.yaml b/standard/tokyo_city_terminal_night.yaml new file mode 100644 index 0000000..5ab1971 --- /dev/null +++ b/standard/tokyo_city_terminal_night.yaml @@ -0,0 +1,23 @@ +accent: "#539AFC" +background: "#0F1419" +details: darker +foreground: "#D8E2EC" +terminal_colors: + bright: + black: "#28323A" + blue: "#539AFC" + cyan: "#70E1E8" + green: "#8BD49C" + magenta: "#B62D65" + red: "#D95468" + white: "#FBFBFD" + yellow: "#EBBF83" + normal: + black: "#1D252C" + blue: "#4690F7" + cyan: "#60CFD6" + green: "#79CD8D" + magenta: "#A41D55" + red: "#C44659" + white: "#B7C5D3" + yellow: "#FF9E64"