• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FondantBloom Light, a light theme for Visual Studio Code


Commit MetaInfo

Revision659545ab27220b28eeed91a35d87473bda0c603c (tree)
Zeit2022-07-05 07:26:05
AutorHaruka Sato <csta19097@g.ni...>
CommiterHaruka Sato

Log Message

ud: some

Ändern Zusammenfassung

Diff

diff -r 457db4c8cf75 -r 659545ab2722 .dart_tool/package_config.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.dart_tool/package_config.json Tue Jul 05 07:26:05 2022 +0900
@@ -0,0 +1,14 @@
1+{
2+ "configVersion": 2,
3+ "packages": [
4+ {
5+ "name": "fondantbloom_light",
6+ "rootUri": "../",
7+ "packageUri": "lib/",
8+ "languageVersion": "2.17"
9+ }
10+ ],
11+ "generated": "2022-07-04T22:19:00.441947Z",
12+ "generator": "pub",
13+ "generatorVersion": "2.17.3"
14+}
diff -r 457db4c8cf75 -r 659545ab2722 .packages
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.packages Tue Jul 05 07:26:05 2022 +0900
@@ -0,0 +1,7 @@
1+# This file is deprecated. Tools should instead consume
2+# `.dart_tool/package_config.json`.
3+#
4+# For more info see: https://dart.dev/go/dot-packages-deprecation
5+#
6+# Generated by pub on 2022-07-05 07:19:00.436960.
7+fondantbloom_light:lib/
diff -r 457db4c8cf75 -r 659545ab2722 analysis_options.yaml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/analysis_options.yaml Tue Jul 05 07:26:05 2022 +0900
@@ -0,0 +1,30 @@
1+# This file configures the static analysis results for your project (errors,
2+# warnings, and lints).
3+#
4+# This enables the 'recommended' set of lints from `package:lints`.
5+# This set helps identify many issues that may lead to problems when running
6+# or consuming Dart code, and enforces writing Dart using a single, idiomatic
7+# style and format.
8+#
9+# If you want a smaller set of lints you can change this to specify
10+# 'package:lints/core.yaml'. These are just the most critical lints
11+# (the recommended set includes the core lints).
12+# The core lints are also what is used by pub.dev for scoring packages.
13+
14+#include: package:lints/recommended.yaml
15+
16+# Uncomment the following section to specify additional rules.
17+
18+# linter:
19+# rules:
20+# - camel_case_types
21+
22+# analyzer:
23+# exclude:
24+# - path/to/excluded/files/**
25+
26+# For more information about the core and recommended set of lints, see
27+# https://dart.dev/go/core-lints
28+
29+# For additional information about configuring this file, see
30+# https://dart.dev/guides/language/analysis-options
diff -r 457db4c8cf75 -r 659545ab2722 assets/style/colours.css
--- a/assets/style/colours.css Mon Jul 04 18:18:10 2022 +0900
+++ b/assets/style/colours.css Tue Jul 05 07:26:05 2022 +0900
@@ -0,0 +1,67 @@
1+.others{
2+ /*lang: */
3+ /*scope: */
4+ /*scope: */
5+ /*scope: */
6+ /*scope: */
7+ /*scope: */
8+ /*scope: */
9+ /*scope: */
10+ /*scope: */
11+ /*scope: */
12+ /*scope: */
13+ /*scope: */
14+ /*scope: */
15+ /*key: */
16+ /*key: */
17+ /*key: */
18+ /*key: */
19+ /*key: sideBar.background, dropdown.background, input.background*/
20+ --baseOuterBg: ;
21+ /*scope: comment, comment.block*/
22+ --normalCommentFg: ;
23+ /*scope: */
24+ --invisibleGray:#AAAAAA;
25+}
26+.myOwn{
27+ --baseFgBlack: #002b20;
28+ --lineHighlightFg: #ebf5ff;
29+ /*key: editorCursor.foreground*/
30+ --cursorForegroundDarkJade: #0f735a;
31+ /*scope: storage.type, support.type entity.name.type, entity.other.inherited-class, support.class*/
32+ --typesFgPurple: #7a3e9d;
33+ /*scope: invalid.deprecated*/
34+ --invalidDeprecatedBgGray: #ffeee3;
35+ /*scope: invalid.illegal*/
36+ --invalidIllegalBgGray: #ffeee3;
37+ --invalidIllegalFgGray: #6f1c2a;
38+ /*scope: keyword.operator*/
39+ --operatorFgDarkBlue: #43344b;
40+ /*scope: comment.documentation, comment.block.documentation*/
41+ --docCommentFgLightJade: #0fc8b4;
42+ /*scope: comment.block.preprocessor*/
43+ --preprocessorCommentFg:#ffeee3;
44+}
45+.fromQuietLight{
46+ /* inspired from QuietLight theme */
47+ /*key: editor.background, terminal.background*/
48+ --baseEditorBgGray: #f5f5f5;
49+ /*scope: keyword, storage*/
50+ --keywordFgBlue: #4b83cd;
51+
52+}
53+.fromSolarizedLight{
54+ /* inspired from SolarizedLight theme */
55+ --nothing: 0;
56+}
57+.fromMonoKai{
58+ /* inspired from MonoKai theme */
59+ --red:#f92672;
60+ --skyBlue:#66d9ef;
61+ --grassLightGreen: #A6e22e;
62+ --yellow:#e6db74;
63+ --orange:#fd971f;
64+ --cd01: #F92672;
65+ --cd02: #F8F8F2;
66+
67+}
\ No newline at end of file
diff -r 457db4c8cf75 -r 659545ab2722 package.json
--- a/package.json Mon Jul 04 18:18:10 2022 +0900
+++ b/package.json Tue Jul 05 07:26:05 2022 +0900
@@ -4,6 +4,7 @@
44 "description": "FondantBloom Light is a light theme for Visual Studio Code, that used subdued colour in the motif of florid and colourful flowers.",
55 "version": "0.0.1",
66 "license": "MPL-2.0",
7+ "publisher": "haruka",
78 "author": "Haruka Sato <as.he.that.doth.serve@gmail.com>",
89 "engines": {
910 "vscode": "^1.68.0"
diff -r 457db4c8cf75 -r 659545ab2722 pubspec.lock
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pubspec.lock Tue Jul 05 07:26:05 2022 +0900
@@ -0,0 +1,5 @@
1+# Generated by pub
2+# See https://dart.dev/tools/pub/glossary#lockfile
3+packages: {}
4+sdks:
5+ dart: ">=2.17.3 <3.0.0"
diff -r 457db4c8cf75 -r 659545ab2722 pubspec.yaml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pubspec.yaml Tue Jul 05 07:26:05 2022 +0900
@@ -0,0 +1,13 @@
1+name: fondantbloom_light
2+description: FondantBloom Light is a light theme for Visual Studio Code, that used subdued colour in the motif of florid and colourful flowers.
3+version: 1.0.0
4+# homepage: https://www.example.com
5+
6+environment:
7+ sdk: ">=2.17.3 <3.0.0"
8+# dependencies:
9+# path: ^1.8.0
10+
11+# dev_dependencies:
12+# lints: ^2.0.0
13+# test: ^1.16.0
diff -r 457db4c8cf75 -r 659545ab2722 tools/build.dart
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/build.dart Tue Jul 05 07:26:05 2022 +0900
@@ -0,0 +1,5 @@
1+import 'package:_/_.dart' as _;
2+
3+void main(List<String> arguments) {
4+ print('Hello world: ${_.calculate()}!');
5+}