AutoYADM commit: 2025-01-07 20:28:35
This commit is contained in:
parent
35e087f79c
commit
adc0de1468
4 changed files with 471 additions and 1 deletions
25
.config/bat/config
Normal file
25
.config/bat/config
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# This is `bat`s configuration file. Each line either contains a comment or
|
||||||
|
# a command-line option that you want to pass to `bat` by default. You can
|
||||||
|
# run `bat --help` to get a list of all possible configuration options.
|
||||||
|
|
||||||
|
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
|
||||||
|
# for a list of all available themes
|
||||||
|
--theme="Ashen"
|
||||||
|
|
||||||
|
# Enable this to use italic text on the terminal. This is not supported on all
|
||||||
|
# terminal emulators (like tmux, by default):
|
||||||
|
#--italic-text=always
|
||||||
|
|
||||||
|
# Uncomment the following line to disable automatic paging:
|
||||||
|
#--paging=never
|
||||||
|
|
||||||
|
# Uncomment the following line if you are using less version >= 551 and want to
|
||||||
|
# enable mouse scrolling support in `bat` when running inside tmux. This might
|
||||||
|
# disable text selection, unless you press shift.
|
||||||
|
#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
|
||||||
|
|
||||||
|
# Syntax mappings: map a certain filename pattern to a language.
|
||||||
|
# Example 1: use the C++ syntax for Arduino .ino files
|
||||||
|
# Example 2: Use ".gitignore"-style highlighting for ".ignore" files
|
||||||
|
#--map-syntax "*.ino:C++"
|
||||||
|
#--map-syntax ".ignore:Git Ignore"
|
344
.config/bat/themes/Ashen.tmTheme
Normal file
344
.config/bat/themes/Ashen.tmTheme
Normal file
|
@ -0,0 +1,344 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<!-- Generated by: TmTheme-Editor -->
|
||||||
|
<!-- ============================================ -->
|
||||||
|
<!-- app: http://tmtheme-editor.herokuapp.com -->
|
||||||
|
<!-- code: https://github.com/aziz/tmTheme-Editor -->
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Ashen</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>background</key>
|
||||||
|
<string>#121212</string>
|
||||||
|
<key>caret</key>
|
||||||
|
<string>#f8f8f0</string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#B4B4B4</string>
|
||||||
|
<key>invisibles</key>
|
||||||
|
<string>#3B3A32</string>
|
||||||
|
<key>lineHighlight</key>
|
||||||
|
<string>#353535</string>
|
||||||
|
<key>selection</key>
|
||||||
|
<string>#323232</string>
|
||||||
|
<key>findHighlight</key>
|
||||||
|
<string>#D87C4A</string>
|
||||||
|
<key>findHighlightForeground</key>
|
||||||
|
<string>#121212</string>
|
||||||
|
<key>selectionBorder</key>
|
||||||
|
<string>#222218</string>
|
||||||
|
<key>activeGuide</key>
|
||||||
|
<string>#D87C4A</string>
|
||||||
|
<key>bracketsForeground</key>
|
||||||
|
<string>#F8F8F2A5</string>
|
||||||
|
<key>bracketsOptions</key>
|
||||||
|
<string>underline</string>
|
||||||
|
<key>bracketContentsForeground</key>
|
||||||
|
<string>#F8F8F2A5</string>
|
||||||
|
<key>bracketContentsOptions</key>
|
||||||
|
<string>underline</string>
|
||||||
|
<key>tagsOptions</key>
|
||||||
|
<string>stippled_underline</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Comment</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>comment</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#737373</string>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>String</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>string</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#DF6464</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Number</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>constant.numeric</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#4A8B8B</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Built-in constant</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>constant.language</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#4A8B8B</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>User-defined constant</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>constant.character, constant.other</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#C4693D</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Variable</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>variable</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#B4B4B4</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>String interpolation</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>constant.character.escaped, constant.character.escape, string source, string source.ruby</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#DF6464</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Keyword</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>keyword</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#B14242</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Storage</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>storage</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D5D5D5</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Storage type</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>storage.type</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string>italic</string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#B14242</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Class name</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>entity.name.class,
|
||||||
|
variable.other.block.ruby,
|
||||||
|
punctuation.separator.variable.ruby</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D5D5D5</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Inherited class</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>entity.other.inherited-class</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D5D5D5</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Function name</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>entity.name.function</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D5D5D5</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Function argument</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>variable.parameter</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string>italic</string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D5D5D5</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Tag name</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>entity.name.tag</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#737373</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Tag attribute</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>entity.other.attribute-name</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#A7A7A7</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Library function</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>support.function</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D5D5D5</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Library constant</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>support.constant</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#C4693D</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Library class/type</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>support.type, support.class</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string> italic</string>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D5D5D5</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Library variable</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>support.other.variable</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>fontStyle</key>
|
||||||
|
<string></string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>entity.name.filename</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#E6DB74</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>message.error</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#F83333</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Operator</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>keyword.operator</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#D87C4A</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Keyword operator</string>
|
||||||
|
<key>scope</key>
|
||||||
|
<string>keyword.operator</string>
|
||||||
|
<key>settings</key>
|
||||||
|
<dict>
|
||||||
|
<key>foreground</key>
|
||||||
|
<string>#C4693D</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>uuid</key>
|
||||||
|
<string>83091B89-765E-4F0D-9275-0EC6CB084126</string>
|
||||||
|
<key>colorSpaceName</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>semanticClass</key>
|
||||||
|
<string>theme.dark.bj_darcula</string>
|
||||||
|
<key>author</key>
|
||||||
|
<string>Bernat Jufré</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
101
.config/eza/theme.yml
Normal file
101
.config/eza/theme.yml
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
colourful: true
|
||||||
|
|
||||||
|
filekinds:
|
||||||
|
normal: { foreground: "#d5d5d5" }
|
||||||
|
directory: { foreground: "#4A8B8B" }
|
||||||
|
symlink: { foreground: "#4A8B8B" }
|
||||||
|
pipe: { foreground: "#737373" }
|
||||||
|
block_device: { foreground: "#E5A72A" }
|
||||||
|
char_device: { foreground: "#E5A72A" }
|
||||||
|
socket: { foreground: "#d5d5d5" }
|
||||||
|
special: { foreground: "#C53030" }
|
||||||
|
executable: { foreground: "#B14242" }
|
||||||
|
mount_point: { foreground: "#DF6464" }
|
||||||
|
|
||||||
|
perms:
|
||||||
|
user_read: { foreground: "#d5d5d5" }
|
||||||
|
user_write: { foreground: "#C4693D" }
|
||||||
|
user_execute_file: { foreground: "#B14242" }
|
||||||
|
user_execute_other: { foreground: "#B14242" }
|
||||||
|
group_read: { foreground: "#d5d5d5" }
|
||||||
|
group_write: { foreground: "#C4693D" }
|
||||||
|
group_execute: { foreground: "#B14242" }
|
||||||
|
other_read: { foreground: "#d5d5d5" }
|
||||||
|
other_write: { foreground: "#C4693D" }
|
||||||
|
other_execute: { foreground: "#B14242" }
|
||||||
|
special_user_file: { foreground: "#C53030" }
|
||||||
|
special_other: { foreground: "#E49A44" }
|
||||||
|
attribute: { foreground: "#a7a7a7" }
|
||||||
|
|
||||||
|
size:
|
||||||
|
major: { foreground: "#a7a7a7" }
|
||||||
|
minor: { foreground: "#a7a7a7" }
|
||||||
|
number_byte: { foreground: "#d5d5d5" }
|
||||||
|
number_kilo: { foreground: "#d5d5d5" }
|
||||||
|
number_mega: { foreground: "#d5d5d5" }
|
||||||
|
number_giga: { foreground: "#d5d5d5" }
|
||||||
|
number_huge: { foreground: "#d5d5d5" }
|
||||||
|
unit_byte: { foreground: "#a7a7a7" }
|
||||||
|
unit_kilo: { foreground: "#a7a7a7" }
|
||||||
|
unit_mega: { foreground: "#a7a7a7" }
|
||||||
|
unit_giga: { foreground: "#a7a7a7" }
|
||||||
|
unit_huge: { foreground: "#a7a7a7" }
|
||||||
|
|
||||||
|
users:
|
||||||
|
user_you: { foreground: "#B14242" }
|
||||||
|
user_root: { foreground: "#C53030" }
|
||||||
|
user_other: { foreground: "#DF6464" }
|
||||||
|
group_yours: { foreground: "#B14242" }
|
||||||
|
group_other: { foreground: "#DF6464" }
|
||||||
|
group_root: { foreground: "#C53030" }
|
||||||
|
|
||||||
|
links:
|
||||||
|
normal: { foreground: "#4A8B8B" }
|
||||||
|
multi_link_file: { foreground: "#4A8B8B" }
|
||||||
|
|
||||||
|
git:
|
||||||
|
new: { foreground: "#4A8B8B" }
|
||||||
|
modified: { foreground: "#C4693D" }
|
||||||
|
deleted: { foreground: "#B14242" }
|
||||||
|
renamed: { foreground: "#D87C4A" }
|
||||||
|
typechange: { foreground: "#B14242" }
|
||||||
|
ignored: { foreground: "#737373" }
|
||||||
|
conflicted: { foreground: "#E5A72A" }
|
||||||
|
|
||||||
|
git_repo:
|
||||||
|
branch_main: { foreground: "#d5d5d5" }
|
||||||
|
branch_other: { foreground: "#B14242" }
|
||||||
|
git_clean: { foreground: "#4A8B8B" }
|
||||||
|
git_dirty: { foreground: "#C53030" }
|
||||||
|
|
||||||
|
security_context:
|
||||||
|
colon: { foreground: "#737373" }
|
||||||
|
user: { foreground: "#d5d5d5" }
|
||||||
|
role: { foreground: "#B14242" }
|
||||||
|
typ: { foreground: "#E49A44" }
|
||||||
|
range: { foreground: "#B14242" }
|
||||||
|
|
||||||
|
file_type:
|
||||||
|
image: { foreground: "#4A8B8B" }
|
||||||
|
video: { foreground: "#B14242" }
|
||||||
|
music: { foreground: "#B14242" }
|
||||||
|
lossless: { foreground: "#4A8B8B" }
|
||||||
|
crypto: { foreground: "#E49A44" }
|
||||||
|
document: { foreground: "#d5d5d5" }
|
||||||
|
compressed: { foreground: "#C53030" }
|
||||||
|
temp: { foreground: "#E5A72A" }
|
||||||
|
compiled: { foreground: "#4A8B8B" }
|
||||||
|
build: { foreground: "#B14242" }
|
||||||
|
source: { foreground: "#4A8B8B" }
|
||||||
|
|
||||||
|
punctuation: { foreground: "#737373" }
|
||||||
|
date: { foreground: "#b4b4b4" }
|
||||||
|
inode: { foreground: "#a7a7a7" }
|
||||||
|
blocks: { foreground: "#a7a7a7" }
|
||||||
|
header: { foreground: "#d5d5d5" }
|
||||||
|
octal: { foreground: "#4A8B8B" }
|
||||||
|
flags: { foreground: "#B14242" }
|
||||||
|
symlink_path: { foreground: "#4A8B8B" }
|
||||||
|
control_char: { foreground: "#4A8B8B" }
|
||||||
|
broken_symlink: { foreground: "#C53030" }
|
||||||
|
broken_path_overlay: { foreground: "#d5d5d5" }
|
|
@ -1 +1 @@
|
||||||
kitty.conf##hostname.dpad
|
kitty.conf##hostname.dbox
|
Loading…
Add table
Add a link
Reference in a new issue