Skip to content

Instantly share code, notes, and snippets.

View GuilhermeSnts's full-sized avatar
🇧🇷

Guilherme Santos GuilhermeSnts

🇧🇷
View GitHub Profile
@GuilhermeSnts
GuilhermeSnts / README.md
Created May 10, 2022 04:15 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@GuilhermeSnts
GuilhermeSnts / .bashrc
Created May 2, 2022 18:56
my personal zsh config
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in