diff --git a/.gitignore b/.gitignore index 466563a..de3124f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ __pycache__ /.idea /output -.DS_Store \ No newline at end of file +.DS_Store +.projectile + diff --git a/colors/dark.yaml b/colors/dark.yaml index afef69d..c14029f 100644 --- a/colors/dark.yaml +++ b/colors/dark.yaml @@ -2,14 +2,14 @@ id: dark name: Solarized Dark dark: "true" colors: - base03: "#002b36" - base02: "#073642" - base01: "#586e75" - base00: "#657b83" base0: "#839496" base1: "#93a1a1" base2: "#eee8d5" base3: "#fdf6e3" + base03: "#002b36" + base02: "#073642" + base01: "#586e75" + base00: "#657b83" yellow: "#b58900" orange: "#cb4b16" red: "#dc322f" @@ -17,4 +17,14 @@ colors: violet: "#6c71c4" blue: "#268bd2" cyan: "#2aa198" - green: "#859900" \ No newline at end of file + green: "#859900" + # additional contrast colors + darkgrey: "#808080" + white: "#f6f6f6" + base02_contrast: "#ede7d4" + aquamarine: "#dbffdb" + brightgreen: "#83ba0d" + lightorange: "#feb94b" + copper: "#cc7833" + lightpink: "#ffcccc" + darkpink: "##ff82ce" diff --git a/colors/light.yaml b/colors/light.yaml index 38df71d..9200028 100644 --- a/colors/light.yaml +++ b/colors/light.yaml @@ -17,4 +17,14 @@ colors: violet: "#6c71c4" blue: "#268bd2" cyan: "#2aa198" - green: "#859900" \ No newline at end of file + green: "#859900" + # additional contrast colors + darkgrey: "#808080" + white: "#f6f6f6" + base02_contrast: "#ede7d4" + aquamarine: "#dbffdb" + brightgreen: "#83ba0d" + lightorange: "#feb94b" + copper: "#cc7833" + lightpink: "#ffcccc" + darkpink: "##ff82ce" diff --git a/requirements.txt b/requirements.txt index be06401..fa8c380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -sublate==0.3 \ No newline at end of file +sublate>=0.3 diff --git a/theme/jetbrains/templates/scheme.xml b/theme/jetbrains/templates/scheme.xml index a6a2f5e..bdfd706 100644 --- a/theme/jetbrains/templates/scheme.xml +++ b/theme/jetbrains/templates/scheme.xml @@ -1,3899 +1,3758 @@ - - - \ No newline at end of file + +