Skip to content

Instantly share code, notes, and snippets.

View bearkfear's full-sized avatar
🎯

Enrico Gerez Camponogara Da Silva bearkfear

🎯
View GitHub Profile
<scheme name="Aura-dark-color-theme" parent_scheme="Darcula" version="1">
<colors>
<option name="CONSOLE_BACKGROUND_KEY" value="15141B" />
<option name="LINE_NUMBERS_COLOR" value="EDECEE" />
<option name="SELECTION_BACKGROUND" value="28253C" />
<option name="CARET_ROW_COLOR" value="312D45" />
<option name="WHITESPACES" value="2D2D2D" />
<option name="CARET_COLOR" value="A277FF" />
<option name="INDENT_GUIDE" value="2D2D2D" />
<option name="SELECTED_INDENT_GUIDE" value="2D2D2D" />
@thecodeinfluencer
thecodeinfluencer / TasksUI.js
Last active November 8, 2021 23:23
React Native Expo Tasks App UI
import * as React from "react";
import { View, Text, StatusBar } from "react-native";
import { MaterialCommunityIcons, AntDesign } from "@expo/vector-icons";
import { ScrollView } from "react-native-gesture-handler";
const colors = {
themeColor: "#4263ec",
white: "#fff",
background: "#f4f6fc",
greyish: "#a4a4a4",
@cryzed
cryzed / fix-infinality.md
Last active June 12, 2024 20:50
A set of instructions on how to fix the harfbuzz + Infinality issue and restoring good-looking, Infinality-like font rendering.

Disclaimer: Please follow this guide being aware of the fact that I'm not an expert regarding the things outlined below, however I made my best attempt. A few people in IRC confirmed it worked for them and the results looked acceptable.

Attention: After following all the steps run gdk-pixbuf-query-loaders --update-cache as root, this prevents various gdk-related bugs that have been reported in the last few hours. Symptoms are varied, and for Cinnamon the DE fails to start entirely while for XFCE the icon theme seemingly can't be changed anymore etc.

Check the gist's comments for any further tips and instructions, especially if you are running into problems!

Screenshots

Results after following the guide as of 11.01.2017 13:08: