Follow instructions: https://www.userchrome.org/how-create-userchrome-css.html
Use the userChrome.css file from this gist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 1%] Generating wayland.conf | |
[ 1%] Generating notificationitem.conf | |
[ 1%] Generating notifications.conf | |
[ 2%] Generating xcb.conf | |
[ 2%] Generating spell.conf | |
-- Downloading 'https://download.fcitx-im.org/data/en_dict-20121020.tar.gz' to '/home/leana/r/fcitx/fcitx5/src/modules/spell/en_dict-20121020.tar.gz'... | |
[ 3%] Generating emoji.conf | |
[ 3%] Generating imselector.conf | |
[ 4%] Generating clipboard.conf | |
[ 5%] Generating xim.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "mason".setup() | |
require "mason-lspconfig".setup() | |
-- See `:help vim.diagnostic.*` for documentation on any of the below functions | |
local opts = { noremap = true, silent = true } | |
vim.keymap.set('n', '<space>e', vim.diagnostic.open_float, opts) | |
vim.keymap.set('n', '[d', vim.diagnostic.goto_prev, opts) | |
vim.keymap.set('n', ']d', vim.diagnostic.goto_next, opts) | |
vim.keymap.set('n', '<space>q', vim.diagnostic.setloclist, opts) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a template to fine tune your own fish colorscheme! Have fun :) | |
# I removed some color variables since I don't need them. | |
# Learn more: https://fishshell.com/docs/current/interactive.html | |
## General | |
# Default color | |
set -gx fish_color_normal normal | |
# Commands (binary) | |
set -gx fish_color_command 000000 #black | |
# Options starting with “-”, up to the first “--” parameter |