Skip to content

Instantly share code, notes, and snippets.

View SylEleuth's full-sized avatar

Syl Eleuth SylEleuth

  • Preston, UK
  • 21:39 (UTC +01:00)
View GitHub Profile
@SylEleuth
SylEleuth / bettwer_tweetdeck.css
Last active September 4, 2021 22:19
better tweetdeck
html, html .system-font-stack {
font-family: Ubuntu;
}
html.dark {
font-family: Ubuntu;
}
.js-app-header.pin-all.app-header.is-condensed {
background-color: #282828;
}
.js-app-header.pin-all.app-header {
set nocompatible
filetype plugin on
syntax on
call plug#begin()
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'honza/vim-snippets'
Plug 'neovim/nvim-lsp' " nvim-lsp
//META{"name":"Duvbox","description":"A Discord theme based on Gruvbox, a Vim theme","author":"CircuitRCAY","version":"1.6.0"}*//
/**
Duvbox - adapted for Discord
Made by CircuitRCAY (Circuit#2816)
*/
/* Iosevka, codeblock font */
@import url("https://cdn.jsdelivr.net/npm/@typopro/web-iosevka@3.7.5/TypoPRO-Iosevka.css");
@SylEleuth
SylEleuth / vimium_gruvbox.css
Created April 14, 2021 18:53
Vimium dark gruvbox theme
input#vomnibarInput.vimiumReset {
color: #ebdbb2 !important;
background-color: #282828 !important;
}
#vomnibar {
border-color: #282828;
background-color: #282828;
border-radius: 50px;
border: none;