Skip to content

Instantly share code, notes, and snippets.

/**
* @name Dark Matter
* @author Tropical#8908, Hammock#3110
* @version 3.0.0
* @description A cold, dark & frosty theme.
* @source https://github.com/DiscordStyles/DarkMatter/
*/
@import url('http://localhost:3000/colors.css');
@import url('https://DiscordStyles.github.io/DarkMatter/src/base.css');
@DerTyp7214
DerTyp7214 / vifmrc
Created April 30, 2024 20:16 — forked from ret2src/vifmrc
vifm previewer script for images, PDF, ePub, audio, video
fileviewer <image/*>
\ visualpreview image %pw %ph %px %py %c %N
\ %pc
\ visualpreview clear
fileviewer <video/*>
\ visualpreview video %pw %ph %px %py %c %N
\ %pc
\ visualpreview clear
.mtk3 {
color: #f92aad;
text-shadow: 0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3;
}
.mtk4 {
color: #6d77b3;
}
.mtk5 {
{
"versionCode": 2,
"outputFile": "none"
}
@DerTyp7214
DerTyp7214 / uTwitch.user.js
Last active March 5, 2020 18:51
BetterBetterTwitchTv
// ==UserScript==
// @name uTwitch Userscript
// @namespace http://tampermonkey.net/
// @version 1.8.7
// @description BetterBetterTwitchTv
// @author DerTyp7214 & Mottekmalocher
// @match https://www.twitch.tv/*
// @require https://cdn.utwitch.net/utwitch/scripts/modules/jquery.min.js
// @inject-into content
// @grant GM.addStyle
@DerTyp7214
DerTyp7214 / Activity.kt
Created February 12, 2019 17:44
Resize viewgroup height when swiping over it
package com.dertyp7214.experimantaltests
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import /*package*/.dp
import /*package*/.resetHeight
import /*package*/.resizeOnTouch
class Activity : AppCompatActivity() {
@DerTyp7214
DerTyp7214 / ColoredProgressBar.kt
Created January 23, 2019 15:30
Custom Progressbar for Android Kotlin
import android.animation.ValueAnimator
import android.content.Context
import android.graphics.Color
import android.graphics.PorterDuff
import android.os.Build
import android.util.AttributeSet
import android.util.DisplayMetrics
import android.view.View
import android.view.ViewGroup
import android.view.ViewGroup.LayoutParams.WRAP_CONTENT