Skip to content

Instantly share code, notes, and snippets.

View LuanRoger's full-sized avatar

ROG LuanRoger

View GitHub Profile
@LuanRoger
LuanRoger / apc-theme.css
Last active March 2, 2025 22:13
My CSS tweaks for VSCode's extension Apc Customize UI++
:root {
--color-attribute: #ddb6f2; /* Lavender */
--background-attribute: rgba(221, 182, 242, 0.2);
--color-builtin: #f28fad; /* Pink */
--background-builtin: rgba(242, 143, 173, 0.2);
--color-class: #96cdfb; /* Sky */
--background-class: rgba(150, 205, 251, 0.2);
--color-function: #f8bd96; /* Peach */
--background-function: rgba(248, 189, 150, 0.2);
--color-property: #f5c2e7; /* Mauve */
@LuanRoger
LuanRoger / settings.json
Last active January 2, 2025 23:22
My Visual Studio Code settings file
{
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
@LuanRoger
LuanRoger / starship.toml
Last active January 3, 2025 14:18
Startship configuration file (ft. battery, memory_usage, docker_context)
[aws]
symbol = " "
[battery]
full_symbol = "🔋 "
charging_symbol = "⚡ "
discharging_symbol = "🕯️ "
[[battery.display]]
threshold = 100
@LuanRoger
LuanRoger / win_termianl_settings.json
Last active January 3, 2025 14:14
My Windows Terminal settings.json
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema-preview",
"actions": [],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"keybindings":
[
{
@LuanRoger
LuanRoger / vencord-theme.css
Created August 1, 2023 18:02
Modern Retro Vencord Theme
/**
* @description Simple color and font changes. Based on ClearVision theme.
* @source https://github.com/ClearVision/ClearVision-v6
*/
/* IMPORT CSS */
@import url(https://clearvision.github.io/ClearVision-v6/main.css);
/* SETTINGS */
:root {
@LuanRoger
LuanRoger / material3.omp.json
Created August 14, 2022 19:52
Oh My Posh - Material 3 Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#c3c0ff",
"foreground": "#1e08a0",
"leading_diamond": "\ue0b6",
@LuanRoger
LuanRoger / Microsoft.PowerShell_profile.ps1
Last active January 3, 2025 14:16
PowerShell 7 profile
Invoke-Expression (&starship init powershell)
$DOCUMENTS=[Environment]::GetFolderPath([System.Environment+SpecialFolder]::MyDocuments)
$TERM_HOME=$DOCUMENTS + "\Jobs"
$customAliases = @("ls", "customalias", "ff", "getdir", "gohome")
function GetDirAlias {
(Get-Location).Path | clip
}
function GoToHomeDirectory {
@LuanRoger
LuanRoger / power_note.ps1
Created February 22, 2022 19:41
Create notes from the terminal.
<#
.SYNOPSIS
Create notes from the terminal.
.DESCRIPTION
Create notes from the terminal and save the most important commands.
.PARAMETER Note
Note to save
@LuanRoger
LuanRoger / power_google.ps1
Created February 22, 2022 19:05
Search things on Google and access sites on the web.
<#
.SYNOPSIS
Search things on web.
.DESCRIPTION
Search things on Google and access sites on the web.
.PARAMETER Site
Specifies that will be a website