Update dotfiles
This commit is contained in:
parent
16f2c2efd2
commit
f9baf10798
|
@ -8,42 +8,48 @@ if status is-interactive
|
||||||
set -x XDG_CONFIG_HOME "$HOME/.config"
|
set -x XDG_CONFIG_HOME "$HOME/.config"
|
||||||
set -x XDG_STATE_HOME "$HOME/.local/state"
|
set -x XDG_STATE_HOME "$HOME/.local/state"
|
||||||
set -x XDG_CACHE_HOME "$HOME/.cache"
|
set -x XDG_CACHE_HOME "$HOME/.cache"
|
||||||
|
set -x XDG_DATA_HOME $HOME/.local/share
|
||||||
|
|
||||||
set -x DOCKER_CONFIG "$XDG_CONFIG_HOME/docker"
|
set -x DOCKER_CONFIG "$XDG_CONFIG_HOME/docker"
|
||||||
set -x CARGO_HOME "$XDG_DATA_HOME/cargo"
|
set -x CARGO_HOME "$XDG_DATA_HOME/cargo"
|
||||||
set -x RUSTUP_HOME "$XDG_DATA_HOME/rustup"
|
set -x RUSTUP_HOME "$XDG_DATA_HOME/rustup"
|
||||||
set -x WINEPREFIX "$XDG_DATA_HOME/wine"
|
set -x RUSTUP_HOME "$XDG_DATA_HOME/rustup"
|
||||||
|
set -x WINEPREFIX "$XDG_DATA_HOME/wine/"
|
||||||
set -x JUPYTER_CONFIG_DIR "$XDG_CONFIG_HOME/jupyter"
|
set -x JUPYTER_CONFIG_DIR "$XDG_CONFIG_HOME/jupyter"
|
||||||
set -x ANDROID_HOME "$XDG_DATA_HOME/android"
|
set -x ANDROID_HOME "$XDG_DATA_HOME/android"
|
||||||
|
set -x _CONDA_ROOT "/opt/anaconda"
|
||||||
|
|
||||||
alias ls="lsd"
|
alias ls="lsd"
|
||||||
|
|
||||||
alias v="vim"
|
alias v="vim"
|
||||||
alias nv="nvim"
|
alias nv="nvim"
|
||||||
|
|
||||||
alias gc="git clone"
|
alias gc="git clone"
|
||||||
alias gst="git status"
|
alias gst="git status"
|
||||||
alias bat="bat -p"
|
alias bat="bat -p"
|
||||||
|
|
||||||
alias la="lsd -la"
|
alias la="lsd -la"
|
||||||
|
|
||||||
set -U fish_user_paths $HOME/bin $fish_user_paths
|
set -U fish_user_paths $HOME/bin $fish_user_paths
|
||||||
set -U fish_user_paths $HOME/.local/bin $fish_user_paths
|
set -U fish_user_paths $HOME/.local/bin $fish_user_paths
|
||||||
alias dotfiles="git --git-dir=/home/q/repos/dotfiles --work-tree=$HOME"
|
alias dotfiles="git --git-dir=/home/q/repos/dotfiles --work-tree=$HOME"
|
||||||
alias chromium-browser-stable="chromium-browser-stable --disable-gpu --disable-software-rasterizer"
|
alias chromium-browser-stable="chromium-browser-stable --disable-gpu --disable-software-rasterizer"
|
||||||
|
|
||||||
set -x PF_INFO "ascii title os kernel wm shell pkgs memory"
|
set -x PF_INFO "ascii title os kernel wm shell pkgs memory"
|
||||||
|
|
||||||
set -x TERM "xterm-256color"
|
set -x TERM "xterm-256color"
|
||||||
set -x EDITOR "nvim"
|
set -x EDITOR "nvim"
|
||||||
set -x VISUAL "nvim"
|
set -x VISUAL "nvim"
|
||||||
|
|
||||||
set -x XDG_DATA_HOME $HOME/.local/share
|
set srcdir "$HOME/.cache/"
|
||||||
|
set pkgdir "$HOME/.npm/"
|
||||||
set srcdir "$HOME/.cache/"
|
alias npm="npm --cache $srcir/npm-cache"
|
||||||
set pkgdir "$HOME/.npm/"
|
|
||||||
alias npm="npm --cache $srcir/npm-cache"
|
|
||||||
|
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# !! Contents within this block are managed by 'conda init' !!
|
||||||
|
# if test -f /opt/anaconda/bin/conda
|
||||||
|
# eval /opt/anaconda/bin/conda "shell.fish" "hook" $argv | source
|
||||||
|
# end
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
# font=JetBrainsMono Nerd Font Mono:size=13
|
# font=JetBrainsMono Nerd Font Mono:size=13
|
||||||
|
|
||||||
|
include=~/.cache/wal/foot.ini
|
||||||
font=FiraCode Nerd Font:size=13
|
font=FiraCode Nerd Font:size=13
|
||||||
|
|
||||||
# font=monospace:size=8
|
# font=monospace:size=8
|
||||||
|
@ -73,42 +74,39 @@ alternate-scroll-mode=yes
|
||||||
|
|
||||||
alpha = 0.85
|
alpha = 0.85
|
||||||
|
|
||||||
foreground = d8dee9
|
# foreground = #d8dee9
|
||||||
background = 2e3440
|
# background = #2e3440
|
||||||
|
|
||||||
# selection-foreground = d8dee9
|
# selection-foreground = d8dee9
|
||||||
# selection-background = 4c566a
|
# selection-background = 4c566a
|
||||||
|
|
||||||
|
|
||||||
regular0 = 3b4252
|
# regular0 = #3b4252
|
||||||
regular1 = bf616a
|
# regular1 = #bf616a
|
||||||
regular2 = a3be8c
|
# regular2 = #a3be8c
|
||||||
regular3 = ebcb8b
|
# regular3 = #ebcb8b
|
||||||
regular4 = 81a1c1
|
# regular4 = #81a1c1
|
||||||
regular5 = b48ead
|
# regular5 = #b48ead
|
||||||
regular6 = 88c0d0
|
# regular6 = #88c0d0
|
||||||
regular7 = e5e9f0
|
# regular7 = #e5e9f0
|
||||||
|
|
||||||
bright0 = 4c566a
|
|
||||||
bright1 = bf616a
|
|
||||||
bright2 = a3be8c
|
|
||||||
bright3 = ebcb8b
|
|
||||||
bright4 = 81a1c1
|
|
||||||
bright5 = b48ead
|
|
||||||
bright6 = 8fbcbb
|
|
||||||
bright7 = eceff4
|
|
||||||
|
|
||||||
dim0 = 373e4d
|
|
||||||
dim1 = 94545d
|
|
||||||
dim2 = 809575
|
|
||||||
dim3 = b29e75
|
|
||||||
dim4 = 68809a
|
|
||||||
dim5 = 8c738c
|
|
||||||
dim6 = 6d96a5
|
|
||||||
dim7 = aeb3bb
|
|
||||||
|
|
||||||
|
|
||||||
|
# bright0 = #4c566a
|
||||||
|
# bright1 = #bf616a
|
||||||
|
# bright2 = #a3be8c
|
||||||
|
# bright3 = #ebcb8b
|
||||||
|
# bright4 = #81a1c1
|
||||||
|
# bright5 = #b48ead
|
||||||
|
# bright6 = #8fbcbb
|
||||||
|
# bright7 = #eceff4
|
||||||
|
|
||||||
|
# dim0 = #373e4d
|
||||||
|
# dim1 = #94545d
|
||||||
|
# dim2 = #809575
|
||||||
|
# dim3 = #b29e75
|
||||||
|
# dim4 = #68809a
|
||||||
|
# dim5 = #8c738c
|
||||||
|
# dim6 = #6d96a5
|
||||||
|
# dim7 = #aeb3bb
|
||||||
|
|
||||||
|
|
||||||
#background=141b1e
|
#background=141b1e
|
||||||
|
|
Binary file not shown.
|
@ -15,18 +15,20 @@ monitor=,1920x1080,auto,1
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
# exec-once = waybar & hyprpaper & firefox
|
# exec-once = waybar & hyprpaper & firefox
|
||||||
|
|
||||||
|
exec-once = light -S 40
|
||||||
|
# exec-once = /home/q/bin/setwallpaper ~/Pictures/wallpapers/Anime/wallhaven-4ow217_1920x1080.png
|
||||||
exec-once = swww init
|
exec-once = swww init
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = light -S 50
|
|
||||||
exec-once = kotatogram-desktop
|
|
||||||
exec-once = dunst -config ~/.config/dunst/dunstrc
|
exec-once = dunst -config ~/.config/dunst/dunstrc
|
||||||
|
exec-once = telegram-desktop
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
exec-once = /usr/bin/chromium-browser-stable --disable-gpu --disable-software-rasterizer
|
exec-once = /usr/bin/chromium-browser-stable --disable-gpu --disable-software-rasterizer
|
||||||
exec-once = $HOME/bin/battery-daemon &
|
exec-once = $HOME/bin/battery-daemon &
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
|
# source = ~/.config/wal/templates/colors-hyprland.conf
|
||||||
|
source = ~/.cache/wal/colors-hyprland.conf
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
|
@ -47,17 +49,17 @@ input {
|
||||||
|
|
||||||
general {
|
general {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
gaps_in = 3
|
gaps_in = 2
|
||||||
gaps_out = 7
|
gaps_out = 8
|
||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
# col.active_border = rgb(88c0d0) 45deg
|
col.active_border = $color11
|
||||||
# col.inactive_border = rgb(2e3440)
|
col.inactive_border = $color0
|
||||||
|
|
||||||
col.active_border = rgb(A7c080) 45deg
|
# col.active_border = rgb(A7c080) 45deg
|
||||||
col.inactive_border = rgb(2d353b)
|
# col.inactive_border = rgb(2d353b)
|
||||||
|
|
||||||
layout = dwindle
|
# layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
@ -121,10 +123,10 @@ windowrulev2 = move 196 127,class:^(xdg-desktop-portal-gtk)$
|
||||||
windowrulev2 = size 791 667,class:^(xdg-desktop-portal-gtk)$
|
windowrulev2 = size 791 667,class:^(xdg-desktop-portal-gtk)$
|
||||||
|
|
||||||
|
|
||||||
windowrulev2 = float,title:^(Kotatogram)$
|
windowrulev2 = float,title:^(Telegram)$
|
||||||
windowrulev2 = workspace 2 silent,title:^(Kotatogram)$
|
windowrulev2 = workspace 2 silent,title:^(Telegram)$
|
||||||
windowrulev2 = size 641 1022,title:^(Kotatogram)$
|
windowrulev2 = size 641 1022,title:^(Telegram)$
|
||||||
windowrulev2 = move 25 45,title:^(Kotatogram)$
|
windowrulev2 = move 25 45,title:^(Telegram)$
|
||||||
|
|
||||||
windowrulev2 = workspace 1 silent,title:^(chromium-browser)$
|
windowrulev2 = workspace 1 silent,title:^(chromium-browser)$
|
||||||
|
|
||||||
|
@ -152,7 +154,7 @@ bind = $mainMod, b, exec, foot -e bluetuith
|
||||||
bind = $mainMod, RETURN, exec, foot
|
bind = $mainMod, RETURN, exec, foot
|
||||||
bind = $mainMod, N, exec, foot -e lf
|
bind = $mainMod, N, exec, foot -e lf
|
||||||
bind = $mainMod, M, exec, foot -e cmus
|
bind = $mainMod, M, exec, foot -e cmus
|
||||||
bind = $mainMod, d, exec, wofi --show drun -I -i
|
bind = $mainMod, d, exec, wofi --style ~/.cache/wal/style-wofi.css --show drun -I i
|
||||||
bind = ,Print, exec, makescreenshot
|
bind = ,Print, exec, makescreenshot
|
||||||
# bind = $mainMod, SHIFT, L, exec, lockscreen
|
# bind = $mainMod, SHIFT, L, exec, lockscreen
|
||||||
bind = ALT, L, exec, lockscreen
|
bind = ALT, L, exec, lockscreen
|
||||||
|
|
Binary file not shown.
|
@ -57,6 +57,7 @@ ex 01;32 # EXEC
|
||||||
fi 00 # FILE
|
fi 00 # FILE
|
||||||
|
|
||||||
# archives or compressed (dircolors defaults)
|
# archives or compressed (dircolors defaults)
|
||||||
|
|
||||||
*.tar 01;31
|
*.tar 01;31
|
||||||
*.tgz 01;31
|
*.tgz 01;31
|
||||||
*.arc 01;31
|
*.arc 01;31
|
||||||
|
|
|
@ -8,8 +8,8 @@ set shellopts '-eu'
|
||||||
|
|
||||||
set previewer ctpv
|
set previewer ctpv
|
||||||
set cleaner ctpvclear
|
set cleaner ctpvclear
|
||||||
&ctpv -d -s $id >> ~/temp/lf_ctpv.log
|
&ctpv -d -s $id
|
||||||
&ctpvquit $id >> ~/temp/lf_ctpvquit.log
|
&ctpvquit $id
|
||||||
|
|
||||||
cmd edit-config ${{
|
cmd edit-config ${{
|
||||||
$EDITOR ~/.config/lf/lfrc
|
$EDITOR ~/.config/lf/lfrc
|
||||||
|
@ -27,8 +27,6 @@ cmd open &{{
|
||||||
esac
|
esac
|
||||||
}}
|
}}
|
||||||
|
|
||||||
cmd setwallpaper %swww img "$f" --transition-type wipe --transition-fps 60
|
|
||||||
|
|
||||||
cmd fzf_jump ${{
|
cmd fzf_jump ${{
|
||||||
res="$(find . | fzf --reverse --header='Jump to location' | sed 's/\\/\\\\/g;s/"/\\"/g')"
|
res="$(find . | fzf --reverse --header='Jump to location' | sed 's/\\/\\\\/g;s/"/\\"/g')"
|
||||||
if [ -d "$res" ] ; then
|
if [ -d "$res" ] ; then
|
||||||
|
@ -197,7 +195,7 @@ map f :fzf_jump
|
||||||
map gf :rg_search
|
map gf :rg_search
|
||||||
|
|
||||||
map C edit-config
|
map C edit-config
|
||||||
map bg setwallpaper
|
map bg %setwallpaper "$f"
|
||||||
|
|
||||||
map mt move-to-trash
|
map mt move-to-trash
|
||||||
map dt delete-from-trash
|
map dt delete-from-trash
|
||||||
|
|
|
@ -15,5 +15,6 @@ keymap('n', 'gwj', '<C-w>j')
|
||||||
keymap('n', 'gwk', '<C-w>k')
|
keymap('n', 'gwk', '<C-w>k')
|
||||||
keymap('n', 'gwl', '<C-w>l')
|
keymap('n', 'gwl', '<C-w>l')
|
||||||
|
|
||||||
keymap("n", "<space>bf",":bf<CR>",{desc = "[G]oto first buffer"})
|
keymap("n", "<space>bf", ":bfirst<CR>",{desc = "[G]oto first buffer"})
|
||||||
keymap("n", "<space>bl",":bl<CR>",{desc = "[G]oto last buffer"})
|
keymap("n", "<space>bl", ":blast<CR>", {desc = "[G]oto last buffer"})
|
||||||
|
keymap("n", "<space>bn", ":bnext<CR>", {desc = "[G]oto next buffer"})
|
||||||
|
|
|
@ -19,7 +19,7 @@ local ok, err = pcall(function()
|
||||||
end
|
end
|
||||||
|
|
||||||
if colorscheme == "everforest" then
|
if colorscheme == "everforest" then
|
||||||
vim.g.diagnostic_sings = {" ", " ", " ", " "}
|
vim.g.diagnostic_sings = {" ", " ", " ", " "}
|
||||||
end
|
end
|
||||||
|
|
||||||
-- vim.cmd('colorscheme catppuccin-macchiato')
|
-- vim.cmd('colorscheme catppuccin-macchiato')
|
||||||
|
|
|
@ -18,13 +18,6 @@ require("lazy").setup({
|
||||||
config = function() require('impatient') end
|
config = function() require('impatient') end
|
||||||
},
|
},
|
||||||
|
|
||||||
-- {
|
|
||||||
-- "gbprod/nord.nvim",
|
|
||||||
-- config = function()
|
|
||||||
-- vim.cmd.colorscheme "nord"
|
|
||||||
-- end
|
|
||||||
-- },
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"neanias/everforest-nvim",
|
"neanias/everforest-nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
@ -32,10 +25,11 @@ require("lazy").setup({
|
||||||
require("everforest").setup()
|
require("everforest").setup()
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
-- { "rebelot/kanagawa.nvim" },
|
-- { "gbprod/nord.nvim" }
|
||||||
-- { "ellisonleao/gruvbox.nvim" },
|
-- { "rebelot/kanagawa.nvim" }
|
||||||
-- { "ray-x/aurora" },
|
-- { "ellisonleao/gruvbox.nvim" }
|
||||||
|
-- { "ray-x/aurora" }
|
||||||
-- {"catppuccin/nvim"}
|
-- {"catppuccin/nvim"}
|
||||||
-- {"tiagovla/tokyodark.nvim"}
|
-- {"tiagovla/tokyodark.nvim"}
|
||||||
-- {'Everblush/everblush.nvim'}
|
-- {'Everblush/everblush.nvim'}
|
||||||
|
@ -60,6 +54,11 @@ require("lazy").setup({
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"norcalli/nvim-colorizer.lua",
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"lewis6991/gitsigns.nvim",
|
"lewis6991/gitsigns.nvim",
|
||||||
|
@ -76,13 +75,18 @@ require("lazy").setup({
|
||||||
|
|
||||||
{ "windwp/nvim-autopairs", opts = {} },
|
{ "windwp/nvim-autopairs", opts = {} },
|
||||||
|
|
||||||
{
|
-- {
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
-- "lukas-reineke/indent-blankline.nvim",
|
||||||
opts = {
|
-- main = "ibl",
|
||||||
char = '┊',
|
-- opts = {
|
||||||
show_trailing_blankline_indent = false,
|
-- -- indent = { highlight = {"CursorColumn", "Whitespace"}},
|
||||||
}
|
-- -- whitespace = {
|
||||||
},
|
-- -- highlight = highlight,
|
||||||
|
-- -- remove_blankline_trail = false,
|
||||||
|
-- -- },
|
||||||
|
-- -- scope = { enabled = false },
|
||||||
|
-- }
|
||||||
|
-- },
|
||||||
|
|
||||||
{
|
{
|
||||||
"numToStr/Comment.nvim",
|
"numToStr/Comment.nvim",
|
||||||
|
@ -180,34 +184,6 @@ require("lazy").setup({
|
||||||
Operator = "",
|
Operator = "",
|
||||||
TypeParameter = "",
|
TypeParameter = "",
|
||||||
},
|
},
|
||||||
|
|
||||||
-- symbol_map = {
|
|
||||||
-- Text = "",
|
|
||||||
-- Method = "",
|
|
||||||
-- Function = "",
|
|
||||||
-- Constructor = "",
|
|
||||||
-- Field = "ﰠ",
|
|
||||||
-- Variable = "",
|
|
||||||
-- Class = "ﴯ",
|
|
||||||
-- Interface = "",
|
|
||||||
-- Module = "",
|
|
||||||
-- Property = "ﰠ",
|
|
||||||
-- Unit = "塞",
|
|
||||||
-- Value = "",
|
|
||||||
-- Enum = "",
|
|
||||||
-- Keyword = "",
|
|
||||||
-- Snippet = "",
|
|
||||||
-- Color = "",
|
|
||||||
-- File = "",
|
|
||||||
-- Reference = "",
|
|
||||||
-- Folder = "",
|
|
||||||
-- EnumMember = "",
|
|
||||||
-- Constant = "",
|
|
||||||
-- Struct = "פּ",
|
|
||||||
-- Event = "",
|
|
||||||
-- Operator = "",
|
|
||||||
-- TypeParameter = ""
|
|
||||||
-- }
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
@ -248,19 +224,6 @@ require("lazy").setup({
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- {
|
|
||||||
-- "ray-x/lsp_signature.nvim",
|
|
||||||
-- config = function()
|
|
||||||
-- local lsp_signature = require("lsp_signature")
|
|
||||||
--
|
|
||||||
-- lsp_signature.setup{
|
|
||||||
-- hint_enable = false,
|
|
||||||
-- verbose = true
|
|
||||||
-- }
|
|
||||||
--
|
|
||||||
-- end
|
|
||||||
-- },
|
|
||||||
|
|
||||||
-- Debug Adapter Protocol
|
-- Debug Adapter Protocol
|
||||||
{
|
{
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
$background = rgb({background.strip})
|
||||||
|
$foreground = rgb({foreground.strip})
|
||||||
|
$color0 = rgb({color0.strip})
|
||||||
|
$color1 = rgb({color1.strip})
|
||||||
|
$color2 = rgb({color2.strip})
|
||||||
|
$color3 = rgb({color3.strip})
|
||||||
|
$color4 = rgb({color4.strip})
|
||||||
|
$color5 = rgb({color5.strip})
|
||||||
|
$color6 = rgb({color6.strip})
|
||||||
|
$color7 = rgb({color7.strip})
|
||||||
|
$color8 = rgb({color8.strip})
|
||||||
|
$color9 = rgb({color9.strip})
|
||||||
|
$color10 = rgb({color10.strip})
|
||||||
|
$color11 = rgb({color11.strip})
|
||||||
|
$color12 = rgb({color12.strip})
|
||||||
|
$color13 = rgb({color13.strip})
|
||||||
|
$color14 = rgb({color14.strip})
|
||||||
|
$color15 = rgb({color15.strip})
|
|
@ -0,0 +1,282 @@
|
||||||
|
:root {{
|
||||||
|
/* Special */
|
||||||
|
--background: {background};
|
||||||
|
--foreground: {foreground};
|
||||||
|
--cursor: {cursor};
|
||||||
|
|
||||||
|
/* Colors */
|
||||||
|
--color0: {color0};
|
||||||
|
--color1: {color1};
|
||||||
|
--color2: {color2};
|
||||||
|
--color3: {color3};
|
||||||
|
--color4: {color4};
|
||||||
|
--color5: {color5};
|
||||||
|
--color6: {color6};
|
||||||
|
--color7: {color7};
|
||||||
|
--color8: {color8};
|
||||||
|
--color9: {color9};
|
||||||
|
--color10: {color10};
|
||||||
|
--color11: {color11};
|
||||||
|
--color12: {color12};
|
||||||
|
--color13: {color13};
|
||||||
|
--color14: {color14};
|
||||||
|
--color15: {color15};
|
||||||
|
|
||||||
|
/* Transparency values (TODO: make it work with color0)
|
||||||
|
100% — FF 95% — F2 90% — E6 85% — D9 80% — CC 75% — BF 70% — B3 65% — A6 60% — 99 55% — 8C 50% — 80 45% — 73 40% — 66 35% — 59 30% — 4D 25% — 40 20% — 33 15% — 26 10% — 1A 5% — 0D 0% — 00
|
||||||
|
--background-lighter: {color0}d9;
|
||||||
|
*/
|
||||||
|
}}
|
||||||
|
|
||||||
|
element {{
|
||||||
|
font-size: 100%;
|
||||||
|
}} /* end element */
|
||||||
|
|
||||||
|
.theme-dark {{
|
||||||
|
--header-primary: var(--color15);
|
||||||
|
--header-secondary: var(--color7);
|
||||||
|
--text-normal: var(--color7);
|
||||||
|
--text-muted: var(--color7);
|
||||||
|
--text-link: var(--color12);
|
||||||
|
--channels-default: var(--color15);
|
||||||
|
--interactive-normal: var(--color15);
|
||||||
|
--interactive-hover: var(--color15);
|
||||||
|
--interactive-active: var(--color15);
|
||||||
|
--interactive-muted: var(--color7);
|
||||||
|
--background-primary: var(--color0);
|
||||||
|
--background-secondary: linear-gradient(
|
||||||
|
rgba(255, 255, 255, 0.02),
|
||||||
|
rgba(255, 255, 255, 0.02)
|
||||||
|
), var(--color0);
|
||||||
|
--background-secondary-alt: var(--color0);
|
||||||
|
--background-tertiary: var(--color0);
|
||||||
|
--background-accent: var(--color0);
|
||||||
|
--background-floating: var(--color0);
|
||||||
|
--background-mobile-primary: var(--color0);
|
||||||
|
--background-mobile-secondary: var(--color0);
|
||||||
|
--background-modifier-hover: rgba(79,84,92,0.16);
|
||||||
|
--background-modifier-active: rgba(79,84,92,0.24);
|
||||||
|
--background-modifier-selected: rgba(79,84,92,0.32);
|
||||||
|
--background-modifier-accent: hsla(0,0%,100%,0.06);
|
||||||
|
--background-mentioned: rgba(250,166,26,0.05);
|
||||||
|
--background-mentioned-hover: rgba(250,166,26,0.08);
|
||||||
|
--background-message-hover: rgba(4,4,5,0.07);
|
||||||
|
--elevation-stroke: 0 0 0 1px rgba(4,4,5,0.15);
|
||||||
|
--elevation-low: 0 1px 0 rgba(4,4,5,0.2),0 1.5px 0 rgba(6,6,7,0.05),0 2px 0 rgba(4,4,5,0.05);
|
||||||
|
--elevation-medium: 0 4px 4px rgba(0,0,0,0.16);
|
||||||
|
--elevation-high: 0 8px 16px rgba(0,0,0,0.24);
|
||||||
|
--logo-primary: #fff;
|
||||||
|
--guild-header-text-shadow: 0 1px 1px rgba(0,0,0,0.4);
|
||||||
|
--channeltextarea-background: var(--color1);
|
||||||
|
--activity-card-background: #ff0000;
|
||||||
|
--textbox-markdown-syntax: var(--color15);
|
||||||
|
--deprecated-card-bg: rgba(32,34,37,0.6);
|
||||||
|
--deprecated-card-editable-bg: rgba(32,34,37,0.3);
|
||||||
|
--deprecated-store-bg: #36393f;
|
||||||
|
--deprecated-quickswitcher-input-background: var(--color8);
|
||||||
|
--deprecated-quickswitcher-input-placeholder: var(--color7);
|
||||||
|
--deprecated-text-input-bg: rgba(0,0,0,0.1);
|
||||||
|
--deprecated-text-input-border: rgba(0,0,0,0.3);
|
||||||
|
--deprecated-text-input-border-hover: #040405;
|
||||||
|
--deprecated-text-input-border-disabled: #202225;
|
||||||
|
--deprecated-text-input-prefix: #dcddde;
|
||||||
|
|
||||||
|
--background-primary-lighter: var(--background-lighter);
|
||||||
|
}} /* end .theme-dark */
|
||||||
|
|
||||||
|
.theme-light {{
|
||||||
|
--header-primary: var(--color8);
|
||||||
|
--header-secondary: var(--color0);
|
||||||
|
--text-normal: var(--color0);
|
||||||
|
--text-muted: var(--color8);
|
||||||
|
--text-link: var(--color12);
|
||||||
|
--channels-default: var(--color0);
|
||||||
|
--interactive-hover: var(--color8);
|
||||||
|
--interactive-active: var(--color8);
|
||||||
|
--interactive-muted: var(--color8);
|
||||||
|
--background-primary: var(--color7);
|
||||||
|
--background-secondary: var(--color15);
|
||||||
|
--background-secondary-alt: var(--color15);
|
||||||
|
--background-tertiary: var(--color7);
|
||||||
|
--background-accent: var(--color7);
|
||||||
|
--background-floating: var(--color7);
|
||||||
|
--background-mobile-primary: var(--color7);
|
||||||
|
--background-mobile-secondary: var(--color15);
|
||||||
|
--background-modifier-hover: rgba(79,84,92,0.16);
|
||||||
|
--background-modifier-active: rgba(79,84,92,0.24);
|
||||||
|
--background-modifier-selected: rgba(79,84,92,0.32);
|
||||||
|
--background-modifier-accent: hsla(0,0%,100%,0.06);
|
||||||
|
--background-mentioned: rgba(250,166,26,0.05);
|
||||||
|
--background-mentioned-hover: rgba(250,166,26,0.08);
|
||||||
|
--background-message-hover: rgba(4,4,5,0.07);
|
||||||
|
--elevation-stroke: 0 0 0 1px rgba(4,4,5,0.15);
|
||||||
|
--elevation-low: 0 1px 0 rgba(4,4,5,0.2),0 1.5px 0 rgba(6,6,7,0.05),0 2px 0 rgba(4,4,5,0.05);
|
||||||
|
--elevation-medium: 0 4px 4px rgba(0,0,0,0.16);
|
||||||
|
--elevation-high: 0 8px 16px rgba(0,0,0,0.24);
|
||||||
|
--logo-primary: #fff;
|
||||||
|
--guild-header-text-shadow: 0 1px 1px rgba(0,0,0,0.4);
|
||||||
|
--channeltextarea-background: var(--color15);
|
||||||
|
--activity-card-background: #ff0000;
|
||||||
|
--textbox-markdown-syntax: var(--color8);
|
||||||
|
--deprecated-card-bg: rgba(32,34,37,0.6);
|
||||||
|
--deprecated-card-editable-bg: rgba(32,34,37,0.3);
|
||||||
|
--deprecated-store-bg: #36393f;
|
||||||
|
--deprecated-quickswitcher-input-background: var(--color15);
|
||||||
|
--deprecated-quickswitcher-input-placeholder: var(--color8);
|
||||||
|
--deprecated-text-input-bg: rgba(0,0,0,0.1);
|
||||||
|
--deprecated-text-input-border: rgba(0,0,0,0.3);
|
||||||
|
--deprecated-text-input-border-hover: #040405;
|
||||||
|
--deprecated-text-input-border-disabled: #202225;
|
||||||
|
--deprecated-text-input-prefix: #dcddde;
|
||||||
|
}} /* end .theme-light */
|
||||||
|
|
||||||
|
.theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB> .scroller-2FKFPG {{
|
||||||
|
background-color: var(--background-color);
|
||||||
|
}}
|
||||||
|
|
||||||
|
.theme-dark .scrollerThemed-2oenus.themedWithTrack-q8E3vB>.scroller-2FKFPG::-webkit-scrollbar-track-piece {{
|
||||||
|
border-radius: 0px;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Get rid of gift button */
|
||||||
|
button[aria-label="Send a gift"] {{
|
||||||
|
display: none;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Change scrollbar to cleaner look */
|
||||||
|
::-webkit-scrollbar,
|
||||||
|
::-webkit-scrollbar-track,
|
||||||
|
::-webkit-scrollbar-track-piece {{
|
||||||
|
background: transparent !important;
|
||||||
|
-webkit-box-shadow: none !important;
|
||||||
|
-moz-box-shadow: none !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: none !important;
|
||||||
|
width:5px !important;
|
||||||
|
}}
|
||||||
|
::-webkit-scrollbar-thumb{{
|
||||||
|
background: white !important;
|
||||||
|
width:5px !important;
|
||||||
|
border:none !important;
|
||||||
|
border-radius: 5px !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Change friend list */
|
||||||
|
.peopleColumn-29fq28 {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* User popout */
|
||||||
|
.headerNormal-T_seeN,
|
||||||
|
.header-2BwW8b,
|
||||||
|
.size16-14cGz5 {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.bodyInner-245q0L {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.footer-1fjuF6 {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.quickMessage-2XpSaN, .quickMessage-1yeL4E {{
|
||||||
|
background-color: var(--color1) !important;
|
||||||
|
}}
|
||||||
|
::placeholder {{
|
||||||
|
color: var(--color15) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* voice chat box next to friend list */
|
||||||
|
.body-1ld4H7 {{
|
||||||
|
background-color: var(--color3) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* invite friends */
|
||||||
|
.modal-yWgWj-,
|
||||||
|
.modal-1k91nT,
|
||||||
|
.sizeSmall-1jtLQy,
|
||||||
|
.fullscreenOnMobile-1aglG_ {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* pop up windows */
|
||||||
|
.flex-1xMQg5,
|
||||||
|
.flex-1O1GKY,
|
||||||
|
.horizontalReverse-2eTKWD,
|
||||||
|
.horizontalReverse-3tRjY7,
|
||||||
|
.flex-1O1GKY,
|
||||||
|
.directionRowReverse-m8IjIq,
|
||||||
|
.justifyStart-2NDFzi,
|
||||||
|
.alignStretch-DpGPf3,
|
||||||
|
.noWrap-3jynv6,
|
||||||
|
.footer-3rDWdC,
|
||||||
|
.footer-1FPmkC,
|
||||||
|
.message-2qRu38 {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* user settings */
|
||||||
|
.userInfoViewing-16kqK3,
|
||||||
|
.cardPrimary-1Hv-to,
|
||||||
|
.card-3Qj_Yx {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.inner-ZyuQk0,
|
||||||
|
.container-2zArDx,
|
||||||
|
.content-8biNdB {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* searchbar */
|
||||||
|
.searchBar-3dMhjb {{
|
||||||
|
background-color: var(--color1) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* green shadow while talking */
|
||||||
|
.avatarSpeaking-3MqCHL {{
|
||||||
|
-webkit-box-shadow: inset 0 0 0 2px #43b581,inset 0 0 0 3px var(--background-secondary) !important;
|
||||||
|
box-shadow: inset 0 0 0 0px #43b581,inset 0 0 0 2px #43b581 !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.body-3iLsc4, .thin-1ybCId, .autocompleteInner-zh20B_ {{
|
||||||
|
background-color: var(--background-primary) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.selectorSelected-1_M1WV {{
|
||||||
|
background-color: var(--color4) !important;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Member column
|
||||||
|
.members-1998pB {{
|
||||||
|
background-color: var(--background-primary-lighter) !important;
|
||||||
|
}}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
@function lightness($color, $lightnessMultiplier){{
|
||||||
|
$color: str-replace($color, 'var(');
|
||||||
|
$color: str-replace($color, ')');
|
||||||
|
$color-h: var(#{{$color+'-h'}});
|
||||||
|
$color-s: var(#{{$color+'-s'}});
|
||||||
|
$color-l: var(#{{$color+'-l'}});
|
||||||
|
@return hsl($color-h, $color-s, calc(#{{$color-l}} * #{{$lightnessMultiplier}}));
|
||||||
|
}}
|
||||||
|
|
||||||
|
.childWrapper-anI2G9, .acronym-2mOFsV {{
|
||||||
|
background-color: linear-gradient(var(--color0), var(--color1));
|
||||||
|
}} */
|
||||||
|
|
||||||
|
/* Stream button
|
||||||
|
.button-1YfofB,
|
||||||
|
.buttonColor-7qQbGO,
|
||||||
|
.buttonActive-3FrkXp,
|
||||||
|
.button-38aScr,
|
||||||
|
.lookFilled-1Gx00P,
|
||||||
|
.colorBrand-3pXr91,
|
||||||
|
.sizeSmall-2cSMqn {{
|
||||||
|
background-color: var(--color0) !important;
|
||||||
|
}}
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
[colors]
|
||||||
|
|
||||||
|
alpha = 0.85
|
||||||
|
|
||||||
|
foreground = {foreground.strip}
|
||||||
|
background = {background.strip}
|
||||||
|
|
||||||
|
regular0 = {color0.strip}
|
||||||
|
regular1 = {color1.strip}
|
||||||
|
regular2 = {color2.strip}
|
||||||
|
regular3 = {color3.strip}
|
||||||
|
regular4 = {color4.strip}
|
||||||
|
regular5 = {color5.strip}
|
||||||
|
regular6 = {color6.strip}
|
||||||
|
regular7 = {color7.strip}
|
||||||
|
|
||||||
|
bright0 = {color8.strip}
|
||||||
|
bright1 = {color9.strip}
|
||||||
|
bright2 = {color10.strip}
|
||||||
|
bright3 = {color11.strip}
|
||||||
|
bright4 = {color12.strip}
|
||||||
|
bright5 = {color13.strip}
|
||||||
|
bright6 = {color14.strip}
|
||||||
|
bright7 = {color15.strip}
|
|
@ -0,0 +1,88 @@
|
||||||
|
* {{
|
||||||
|
font-family: "RobotoMono Nerd Font Mono";
|
||||||
|
font-size: 10px;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Window */
|
||||||
|
window {{
|
||||||
|
margin: 0px;
|
||||||
|
padding: 10px;
|
||||||
|
border: 3px solid {color11};
|
||||||
|
border-radius: 7px;
|
||||||
|
background-color: {background};
|
||||||
|
animation: slideIn 0.5s ease-in-out both;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Slide In */
|
||||||
|
@keyframes slideIn {{
|
||||||
|
0% {{
|
||||||
|
opacity: 0;
|
||||||
|
}}
|
||||||
|
|
||||||
|
100% {{
|
||||||
|
opacity: 1;
|
||||||
|
}}
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Inner Box */
|
||||||
|
#inner-box {{
|
||||||
|
margin: 5px;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
background-color: {background};
|
||||||
|
animation: fadeIn 0.5s ease-in-out both;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Fade In */
|
||||||
|
@keyframes fadeIn {{
|
||||||
|
0% {{
|
||||||
|
opacity: 0;
|
||||||
|
}}
|
||||||
|
|
||||||
|
100% {{
|
||||||
|
opacity: 1;
|
||||||
|
}}
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Outer Box */
|
||||||
|
#outer-box {{
|
||||||
|
margin: 5px;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
background-color: {background};
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Scroll */
|
||||||
|
#scroll {{
|
||||||
|
margin: 0px;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Input */
|
||||||
|
#input {{
|
||||||
|
margin: 5px;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
color: {color11};
|
||||||
|
background-color: {color0};
|
||||||
|
animation: fadeIn 0.5s ease-in-out both;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Text */
|
||||||
|
#text {{
|
||||||
|
margin: 5px;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
color: {color15};
|
||||||
|
animation: fadeIn 0.5s ease-in-out both;
|
||||||
|
}}
|
||||||
|
|
||||||
|
/* Selected Entry */
|
||||||
|
#entry:selected {{
|
||||||
|
background-color: {color11};
|
||||||
|
}}
|
||||||
|
|
||||||
|
#entry:selected #text {{
|
||||||
|
color: {color0};
|
||||||
|
}}
|
|
@ -1,11 +0,0 @@
|
||||||
@define-color background #2e3440;
|
|
||||||
@define-color foreground #eceff4;
|
|
||||||
@define-color white #e5e9f0;
|
|
||||||
@define-color black #3b4252;
|
|
||||||
@define-color red #bf616a;
|
|
||||||
@define-color blue #88c0d0;
|
|
||||||
@define-color green #a3be8c;
|
|
||||||
@define-color yellow #ebcb8b;
|
|
||||||
@define-color magenta #b48ead;
|
|
||||||
@define-color cyan #88c0d0;
|
|
||||||
@define-color orange #d08770;
|
|
Loading…
Reference in New Issue