mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix gitignore
This commit is contained in:
parent
3304efab01
commit
6cd892f67a
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,15 +1,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
newsboat.configlink/history.search
|
|
||||||
newsboat.configlink/urls
|
|
||||||
nvim.configlink/dirs/*
|
|
||||||
nvim.configlink/.netrwhist
|
|
||||||
nvim.configlink/plugin/**
|
|
||||||
nvim.configlink/plugged/**
|
|
||||||
nvim.configlink/autoload/**
|
|
||||||
fish.configlink/config.fish.bac
|
|
||||||
fish.configlink/functions/vim.fish
|
|
||||||
fish_variables
|
|
||||||
homebrew/*.lock.json
|
|
||||||
*.bak
|
*.bak
|
||||||
*.db
|
*.db
|
||||||
**/.direnv/**
|
**/.direnv/**
|
||||||
|
result
|
||||||
|
@ -42,8 +42,10 @@
|
|||||||
colors = let
|
colors = let
|
||||||
background = "#2f343f";
|
background = "#2f343f";
|
||||||
inactiveBackground = "#2f343f";
|
inactiveBackground = "#2f343f";
|
||||||
border = "#F0C674";
|
border = "#2f343f";
|
||||||
inactiveBorder = "#E2B860";
|
inactiveBorder = "#2f343f";
|
||||||
|
# border = "#F0C674";
|
||||||
|
# inactiveBorder = "#E2B860";
|
||||||
text = "#f3f4f5";
|
text = "#f3f4f5";
|
||||||
inactiveText = "#676E7D";
|
inactiveText = "#676E7D";
|
||||||
urgentBackground = "#E53935";
|
urgentBackground = "#E53935";
|
||||||
|
Loading…
Reference in New Issue
Block a user