Skip to content

Commit 3b7cdcf

Browse files
Merge pull request #2 from JestingDart4369/claude/create-new-themes-FVFZd
2 parents f1c0d73 + 10a225c commit 3b7cdcf

1 file changed

Lines changed: 114 additions & 0 deletions

File tree

app/ui/theme.py

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,118 @@
188188
"app.money.table.row": "#E2EBD7",
189189
})
190190
,
191+
"ocean_depths": Theme({
192+
# App
193+
"divider": "#2E6B7A",
194+
"app.title": "#5FBCD3",
195+
"app.subtitle": "#E0F4F7",
196+
197+
# Statusbar
198+
"statusbart.text": "#5FBCD3",
199+
"statusbart.City": "#E0F4F7",
200+
"statusbart.Time": "#8DD3E0",
201+
202+
# Parts
203+
"label": "#E0F4F7",
204+
205+
# Tables
206+
"table.header": "#3A9DBF",
207+
"table.title": "#7FE0F0",
208+
"table.border": "#1A4A5A",
209+
210+
"title": "#7FE0F0",
211+
212+
# App.Weather
213+
"app.weather.data": "#E0F4F7",
214+
"app.weather.title": "#5FBCD3",
215+
216+
# App.Banking
217+
"app.money.good": "bold #6FDBA0",
218+
"app.money.bad": "bold #E8736F",
219+
"app.money.neutral": "bold #E0F4F7",
220+
"app.money.title": "#5FBCD3",
221+
222+
# App.Banking.Table
223+
"app.money.table.columHeader": "#7AC4D4",
224+
"app.money.table.title": "#5FBCD3",
225+
"app.money.table.border": "#8DD3E0",
226+
"app.money.table.row": "#E0F4F7",
227+
})
228+
,
229+
"lavender_dusk": Theme({
230+
# App
231+
"divider": "#7B6B8A",
232+
"app.title": "#B89FD4",
233+
"app.subtitle": "#F0E8F5",
234+
235+
# Statusbar
236+
"statusbart.text": "#B89FD4",
237+
"statusbart.City": "#F0E8F5",
238+
"statusbart.Time": "#D4C4E8",
239+
240+
# Parts
241+
"label": "#F0E8F5",
242+
243+
# Tables
244+
"table.header": "#9A7FBF",
245+
"table.title": "#D9C4F0",
246+
"table.border": "#4A3D5A",
247+
248+
"title": "#D9C4F0",
249+
250+
# App.Weather
251+
"app.weather.data": "#F0E8F5",
252+
"app.weather.title": "#B89FD4",
253+
254+
# App.Banking
255+
"app.money.good": "bold #8FD9A0",
256+
"app.money.bad": "bold #E08A8A",
257+
"app.money.neutral": "bold #F0E8F5",
258+
"app.money.title": "#B89FD4",
259+
260+
# App.Banking.Table
261+
"app.money.table.columHeader": "#C4B0DC",
262+
"app.money.table.title": "#B89FD4",
263+
"app.money.table.border": "#D4C4E8",
264+
"app.money.table.row": "#F0E8F5",
265+
})
266+
,
267+
"desert_sunset": Theme({
268+
# App
269+
"divider": "#B8865A",
270+
"app.title": "#E8A862",
271+
"app.subtitle": "#FDF4E8",
272+
273+
# Statusbar
274+
"statusbart.text": "#E8A862",
275+
"statusbart.City": "#FDF4E8",
276+
"statusbart.Time": "#F0C89A",
277+
278+
# Parts
279+
"label": "#FDF4E8",
280+
281+
# Tables
282+
"table.header": "#D4724A",
283+
"table.title": "#FFD4A8",
284+
"table.border": "#6B4A32",
285+
286+
"title": "#FFD4A8",
287+
288+
# App.Weather
289+
"app.weather.data": "#FDF4E8",
290+
"app.weather.title": "#E8A862",
291+
292+
# App.Banking
293+
"app.money.good": "bold #8FD9A0",
294+
"app.money.bad": "bold #E87070",
295+
"app.money.neutral": "bold #FDF4E8",
296+
"app.money.title": "#E8A862",
297+
298+
# App.Banking.Table
299+
"app.money.table.columHeader": "#E8BC7A",
300+
"app.money.table.title": "#E8A862",
301+
"app.money.table.border": "#F0C89A",
302+
"app.money.table.row": "#FDF4E8",
303+
})
304+
,
191305
}

0 commit comments

Comments
 (0)