Skip to content

Instantly share code, notes, and snippets.

View elias-knodel's full-sized avatar
🍊

Elias elias-knodel

🍊
View GitHub Profile
@elias-knodel
elias-knodel / config.yaml
Created March 12, 2022 23:43
Tabby Catppuccin Theme
- name: Catppuccin
foreground: '#D9E0EE'
background: '#1E1D2E'
cursor: '#F5E0DC'
colors:
- '#6E6C7E'
- '#F28FAD'
- '#ABE9B3'
- '#FAE3B0'
- '#DDB6F2'
@elias-knodel
elias-knodel / HowToUse.ts
Created April 28, 2021 11:19
Web Untis get Lesson Topic
untis.getLessonTopic(
e.date, // Lesson Date / Day
e.startTime, // Lesson start time
e.endTime, // Lesson end time
e.id // Lesson ID
).then(res => {
response = <string>res;
// Do something with your Data here
}).catch(err => {
console.log(err);
@elias-knodel
elias-knodel / cloudSettings
Last active January 15, 2021 17:55
vs code settings
{"lastUpload":"2021-01-15T17:55:54.778Z","extensionVersion":"v3.4.3"}