Skip to content

Instantly share code, notes, and snippets.

View CondensedMilk7's full-sized avatar
😕
confused

Pridon Tetradze CondensedMilk7

😕
confused
View GitHub Profile
@CondensedMilk7
CondensedMilk7 / .Xresources
Created March 30, 2022 16:56
Tokyo night xresources
!Tokyo Night theme
! general
*foreground: #a9b1d6
*background: #1a1b26
*cursorColor: #a9b1d6
! terminal padding color
*borderColor: #1a1b26
! black
@CondensedMilk7
CondensedMilk7 / picom.conf
Created March 18, 2022 08:22
picom round corners config
#################################
# Corners #
#################################
# requires: https://github.com/sdhand/compton
corner-radius = 10.0;
rounded-corners-exclude = [
#"window_type = 'normal'",
"class_g = 'Polybar'",
];
round-borders = 10;
@CondensedMilk7
CondensedMilk7 / zathura-tokyo-night
Created November 11, 2021 19:54
Tokyo Night color scheme for Zathura
# Tokyo Night color scheme for Zathura.
# Original color scheme: https://github.com/enkia/tokyo-night-vscode-theme
# Provided for Zathura by https://github.com/CondensedMilk7
# Copy these lines into your ~/.config/zathura/zathurarc
set default-bg "#1a1b26"
set default-fg "#a9b1d6"
set statusbar-fg "#a9b1d6"
set statusbar-bg "#24283b"