Skip to content

Commit 0baf217

Browse files
authored
v0.3.1 (#4)
* fix: fix jetbrains colors * fix: fix jetbrains colors * fix: fix jetbrains colors * fix: remove todo * feat: bump the version
1 parent 8cf085a commit 0baf217

File tree

2 files changed

+36
-37
lines changed

2 files changed

+36
-37
lines changed

anderson/config/choices.py

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -119,46 +119,45 @@ def to_hex(self) -> List[str]:
119119
'93a1a1',
120120
'fdf6e3',
121121
],
122-
# TODO: Fix a color palette for JetBrains Dark and JetBrains Light
123122
self.JETBRAINS_DARK: [
124-
'3c3f41',
125-
'bbbbbb',
126-
'073642',
127-
'dc322f',
128-
'859900',
129-
'b58900',
130-
'268bd2',
131-
'd33682',
132-
'2aa198',
133-
'eee8d5',
134-
'002b36',
135-
'cb4b16',
136-
'586e75',
137-
'657b83',
138-
'839496',
139-
'6c71c4',
140-
'93a1a1',
141-
'fdf6e3',
123+
'2B2B2B',
124+
'BBBBBB',
125+
'000000',
126+
'F0524F',
127+
'5C962C',
128+
'A68A0D',
129+
'3993D4',
130+
'A771BF',
131+
'00A3A3',
132+
'808080',
133+
'595959',
134+
'FF4050',
135+
'4FC414',
136+
'E5BF00',
137+
'1FB0FF',
138+
'ED7EED',
139+
'00E5E5',
140+
'FFFFFF',
142141
],
143142
self.JETBRAINS_LIGHT: [
144-
'fafafa',
143+
'FFFFFF',
145144
'000000',
146-
'073642',
147-
'dc322f',
148-
'859900',
149-
'b58900',
150-
'268bd2',
151-
'd33682',
152-
'2aa198',
153-
'eee8d5',
154-
'002b36',
155-
'cb4b16',
156-
'586e75',
157-
'657c83',
158-
'839496',
159-
'6c71c4',
160-
'93a1a1',
161-
'fdf6e3',
145+
'000000',
146+
'CE0505',
147+
'067D17',
148+
'B28C00',
149+
'063FDB',
150+
'B309B3',
151+
'028E8E',
152+
'929292',
153+
'656565',
154+
'FF1616',
155+
'16B42C',
156+
'ECC32C',
157+
'2D61F0',
158+
'E617E6',
159+
'15C1C1',
160+
'C9C9C9',
162161
],
163162
}
164163

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from anderson.utils import AGG_PATH
1212

13-
VERSION = '0.3.0'
13+
VERSION = '0.3.1'
1414
AGG_VERSION = '1.4.2'
1515

1616
REQUIREMENTS_FILE = Path(__file__).parent / 'requirements.txt'

0 commit comments

Comments
 (0)