Skip to content

Instantly share code, notes, and snippets.

View HITGIF's full-sized avatar
🈁
kksk

Mark Wang HITGIF

🈁
kksk
View GitHub Profile
@HITGIF
HITGIF / settings.json
Created September 8, 2023 00:45
vscode theme customization
"workbench.colorCustomizations": {
"foreground": "#ffffffba",
"sideBar.foreground": "#ffffffba",
"sideBarTitle.foreground": "#ffffffba",
"sideBarSectionHeader.foreground": "#ffffffba",
"gitDecoration.ignoredResourceForeground": "#ffffff50",
"statusBar.foreground": "#ffffffba",
"activityBar.foreground": "#ffffffba",
"activityBar.inactiveForeground": "#ffffffba",
"tab.inactiveForeground": "#ffffffba",
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<studio.carbonylgroup.textfieldboxes.TextFieldBoxes
android:id="@+id/text_field_boxes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@HITGIF
HITGIF / config.json
Last active December 28, 2017 02:55
Fuse-Delay Tweeting
{
"consumer_key": "YOUR_CONSUMER_KEY",
"consumer_secret": "YOUR_CONSUMER_SECRET",
"access_token": "YOUR_ACCESS_TOKEN",
"access_token_secret": "YOUR_ACCESS_TOKEN_SECRET",
"tweets":[
"Hello",
"World"
]
}