Apertura del repositorio

This commit is contained in:
2025-05-24 18:09:39 -03:00
parent 76e6359dad
commit d883ddd0d0
35253 changed files with 2891973 additions and 2 deletions
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- See also settings.xml UIFloater* settings for configuration -->
<floater
name="floater"
background_visible="true"
background_opaque="false"
bg_alpha_color="floater_bg_color_a"
bg_opaque_color="floater_bg_color"
bg_opaque_image="Window_Foreground"
bg_alpha_image="Window_Background"
header_height="25"
close_image="Icon_Close_Foreground"
snooze_image="Icon_Snooze_Foreground"
restore_image="Icon_Restore_Foreground"
minimize_image="Icon_Minimize_Foreground"
tear_off_image="tearoffbox.tga"
dock_image="Icon_Dock_Foreground"
help_image="Icon_Help_Foreground"
close_pressed_image="Icon_Close_Press"
snooze_pressed_image="Icon_Snooze_Press"
restore_pressed_image="Icon_Restore_Press"
minimize_pressed_image="Icon_Minimize_Press"
tear_off_pressed_image="tearoff_pressed.tga"
dock_pressed_image="Icon_Dock_Press"
help_pressed_image="Icon_Help_Press"
focus_root="true"
/>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<line_editor background_image="TextField_Off"
background_image_disabled="TextField_Disabled"
background_image_focused="TextField_Active"
select_on_focus="false"
commit_on_focus_lost="true"
ignore_tab="true"
cursor_color="TextCursorColor"
text_color="TextFgColor"
text_pad_left="2"
text_readonly_color="TextFgReadOnlyColor"
text_tentative_color="TextFgTentativeColor"
highlight_color="lineeditor_highlight"
preedit_bg_color="lineeditor_preedit_bg"
mouse_opaque="true"
name="line_editor"
font="EmojiSmall">
</line_editor>
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<simple_text_editor
parse_urls="false"
mouse_opaque="true"
font="SansSerifSmall"
max_length="255"
embedded_items="false"
allow_scroll="true"
border_visible="false"
word_wrap="false"
ignore_tab="true"
line_spacing.pixels="1"
track_bottom="false"
cursor_color="TextCursorColor"
default_color="TextDefaultColor"
text_color="TextFgColor"
text_readonly_color="TextFgReadOnlyColor"
text_selected_color="White"
h_pad="6"
v_pad="4"
bg_visible="true"
bg_readonly_color="TextBgReadOnlyColor"
bg_writeable_color="TextBgWriteableColor"
bg_highlighted_color="TextBgHighlightColor"
bg_selected_color="simpleeditor_bg_selected"
bg_focus_color="TextBgFocusColor">
</simple_text_editor>